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 800x94
LayoutBlockFlow {HTML} at (0,0) size 800x94
LayoutBlockFlow {BODY} at (8,16) size 784x70
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 298x17
text run at (0,0) width 298: "The following two lines should look the same:"
LayoutBlockFlow {DIV} at (0,34) size 784x18
LayoutInline {SPAN} at (0,0) size 34x17
LayoutInline {<pseudo:before>} at (0,0) size 34x17
LayoutCounter (anonymous) at (0,0) size 20x17
text run at (0,0) width 20: "1.1"
LayoutTextFragment (anonymous) at (20,0) size 14x17
text run at (20,0) width 14: " - "
LayoutInline {SPAN} at (0,0) size 30x17
LayoutInline {<pseudo:before>} at (0,0) size 30x17
LayoutCounter (anonymous) at (33,0) size 17x17
text run at (33,0) width 17: "12"
LayoutTextFragment (anonymous) at (49,0) size 14x17
text run at (49,0) width 14: " - "
LayoutInline {SPAN} at (0,0) size 124x17
LayoutInline {<pseudo:before>} at (0,0) size 124x17
LayoutCounter (anonymous) at (62,0) size 21x17
text run at (62,0) width 21: "1.3"
LayoutTextFragment (anonymous) at (82,0) size 50x17
text run at (82,0) width 50: "-- --"
LayoutCounter (anonymous) at (131,0) size 55x17
text run at (131,0) width 55: "1-------3"
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 186x17
text run at (0,0) width 186: "1.1 - 12 - 1.3-- --1-------3"
|