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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x100
LayoutBlockFlow {HTML} at (0,0) size 800x100
LayoutBlockFlow {BODY} at (8,16) size 784x76
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 272x19
text run at (0,0) width 272: "The following two lines should look the same:"
LayoutBlockFlow {DIV} at (0,36) size 784x20
LayoutInline {SPAN} at (0,0) size 34x19
LayoutInline {<pseudo:before>} at (0,0) size 34x19
LayoutCounter (anonymous) at (0,0) size 20x19
text run at (0,0) width 20: "1.1"
LayoutTextFragment (anonymous) at (20,0) size 14x19
text run at (20,0) width 14: " - "
LayoutInline {SPAN} at (0,0) size 30x19
LayoutInline {<pseudo:before>} at (0,0) size 30x19
LayoutCounter (anonymous) at (34,0) size 16x19
text run at (34,0) width 16: "12"
LayoutTextFragment (anonymous) at (50,0) size 14x19
text run at (50,0) width 14: " - "
LayoutInline {SPAN} at (0,0) size 130x19
LayoutInline {<pseudo:before>} at (0,0) size 130x19
LayoutCounter (anonymous) at (64,0) size 20x19
text run at (64,0) width 20: "1.3"
LayoutTextFragment (anonymous) at (84,0) size 52x19
text run at (84,0) width 52: "-- --"
LayoutCounter (anonymous) at (136,0) size 58x19
text run at (136,0) width 58: "1-------3"
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 194x19
text run at (0,0) width 194: "1.1 - 12 - 1.3-- --1-------3"
|