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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
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 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (0,0) size 20x17
text run at (0,0) width 20: "1.1"
LayoutText {#text} at (20,0) size 4x17
text run at (20,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (24,0) size 20x17
text run at (24,0) width 20: "1.2"
LayoutText {#text} at (44,0) size 4x17
text run at (44,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (48,0) size 20x17
text run at (48,0) width 20: "1.3"
LayoutText {#text} at (68,0) size 4x17
text run at (68,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (72,0) size 20x17
text run at (72,0) width 20: "1.4"
LayoutText {#text} at (92,0) size 4x17
text run at (92,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (96,0) size 20x17
text run at (96,0) width 20: "1.5"
LayoutText {#text} at (116,0) size 4x17
text run at (116,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (120,0) size 20x17
text run at (120,0) width 20: "1.6"
LayoutText {#text} at (140,0) size 4x17
text run at (140,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (144,0) size 20x17
text run at (144,0) width 20: "1.7"
LayoutText {#text} at (164,0) size 4x17
text run at (164,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (168,0) size 20x17
text run at (168,0) width 20: "1.8"
LayoutText {#text} at (188,0) size 4x17
text run at (188,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (192,0) size 20x17
text run at (192,0) width 20: "1.9"
LayoutText {#text} at (212,0) size 4x17
text run at (212,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (216,0) size 28x17
text run at (216,0) width 28: "1.10"
LayoutText {#text} at (244,0) size 4x17
text run at (244,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (248,0) size 28x17
text run at (248,0) width 28: "1.11"
LayoutText {#text} at (275,0) size 5x17
text run at (275,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 29x17
LayoutInline {<pseudo:before>} at (0,0) size 29x17
LayoutCounter (anonymous) at (279,0) size 29x17
text run at (279,0) width 29: "1.12"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 308x17
text run at (0,0) width 24: "1.1 "
text run at (24,0) width 24: "1.2 "
text run at (48,0) width 24: "1.3 "
text run at (72,0) width 24: "1.4 "
text run at (96,0) width 24: "1.5 "
text run at (120,0) width 24: "1.6 "
text run at (144,0) width 24: "1.7 "
text run at (168,0) width 24: "1.8 "
text run at (192,0) width 24: "1.9 "
text run at (216,0) width 32: "1.10 "
text run at (248,0) width 32: "1.11 "
text run at (279,0) width 29: "1.12"
|