1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x576
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 689x19
text run at (0,0) width 689: "The following is a test for DOM manipulation within <ruby>: Removing a ruby base object, leaving the base empty."
LayoutBlockFlow {P} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 409x19
text run at (0,0) width 409: "Both lines should look identical (the first line is the one manipulated)."
LayoutBlockFlow (anonymous) at (0,72) size 784x40
LayoutBR {BR} at (0,0) size 0x19
LayoutBR {BR} at (0,20) size 0x19
LayoutBlockFlow {P} at (0,128) size 784x20
LayoutText {#text} at (0,0) size 146x19
text run at (0,0) width 146: "<ruby> is defined in the "
LayoutRuby (inline) {RUBY} at (0,0) size 121x19
LayoutRubyRun (anonymous) at (146,17) size 112.83x0
LayoutRubyText {RT} at (0,-12) size 112.83x12
LayoutText {#text} at (0,0) size 113x12
text run at (0,0) width 113: "Hyper-text Markup Language"
LayoutRubyRun (anonymous) at (258.83,0) size 8x20
LayoutRubyBase (anonymous) at (0,0) size 8x20
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "5"
LayoutText {#text} at (266,0) size 37x19
text run at (266,0) width 37: " spec."
LayoutBlockFlow {P} at (0,164) size 784x20
LayoutText {#text} at (0,0) size 146x19
text run at (0,0) width 146: "<ruby> is defined in the "
LayoutRuby (inline) {RUBY} at (0,0) size 121x19
LayoutRubyRun (anonymous) at (146,17) size 112.83x0
LayoutRubyText {RT} at (0,-12) size 112.83x12
LayoutText {#text} at (0,0) size 113x12
text run at (0,0) width 113: "Hyper-text Markup Language"
LayoutRubyRun (anonymous) at (258.83,0) size 8x20
LayoutRubyBase (anonymous) at (0,0) size 8x20
LayoutText {#text} at (0,0) size 8x19
text run at (0,0) width 8: "5"
LayoutText {#text} at (266,0) size 37x19
text run at (266,0) width 37: " spec."
|