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 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 26x19
LayoutInline {<pseudo:before>} at (0,0) size 26x19
LayoutCounter (anonymous) at (0,0) size 26x19
text run at (0,0) width 26: "A.A"
LayoutText {#text} at (26,0) size 4x19
text run at (26,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 25x19
LayoutInline {<pseudo:before>} at (0,0) size 25x19
LayoutCounter (anonymous) at (30,0) size 25x19
text run at (30,0) width 25: "A.B"
LayoutText {#text} at (55,0) size 4x19
text run at (55,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 26x19
LayoutInline {<pseudo:before>} at (0,0) size 26x19
LayoutCounter (anonymous) at (59,0) size 26x19
text run at (59,0) width 26: "A.C"
LayoutText {#text} at (85,0) size 4x19
text run at (85,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 26x19
LayoutInline {<pseudo:before>} at (0,0) size 26x19
LayoutCounter (anonymous) at (89,0) size 26x19
text run at (89,0) width 26: "A.D"
LayoutText {#text} at (115,0) size 4x19
text run at (115,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 24x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutCounter (anonymous) at (119,0) size 24x19
text run at (119,0) width 24: "A.E"
LayoutText {#text} at (143,0) size 4x19
text run at (143,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 24x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutCounter (anonymous) at (147,0) size 24x19
text run at (147,0) width 24: "A.F"
LayoutText {#text} at (171,0) size 4x19
text run at (171,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 26x19
LayoutInline {<pseudo:before>} at (0,0) size 26x19
LayoutCounter (anonymous) at (175,0) size 26x19
text run at (175,0) width 26: "A.G"
LayoutText {#text} at (201,0) size 4x19
text run at (201,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 26x19
LayoutInline {<pseudo:before>} at (0,0) size 26x19
LayoutCounter (anonymous) at (205,0) size 26x19
text run at (205,0) width 26: "A.H"
LayoutText {#text} at (231,0) size 4x19
text run at (231,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 20x19
LayoutInline {<pseudo:before>} at (0,0) size 20x19
LayoutCounter (anonymous) at (235,0) size 20x19
text run at (235,0) width 20: "A.I"
LayoutText {#text} at (255,0) size 4x19
text run at (255,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 21x19
LayoutInline {<pseudo:before>} at (0,0) size 21x19
LayoutCounter (anonymous) at (259,0) size 21x19
text run at (259,0) width 21: "A.J"
LayoutText {#text} at (280,0) size 4x19
text run at (280,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 27x19
LayoutInline {<pseudo:before>} at (0,0) size 27x19
LayoutCounter (anonymous) at (284,0) size 27x19
text run at (284,0) width 27: "A.K"
LayoutText {#text} at (311,0) size 4x19
text run at (311,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 24x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutCounter (anonymous) at (315,0) size 24x19
text run at (315,0) width 24: "A.L"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 339x19
text run at (0,0) width 30: "A.A "
text run at (30,0) width 29: "A.B "
text run at (59,0) width 30: "A.C "
text run at (89,0) width 30: "A.D "
text run at (119,0) width 28: "A.E "
text run at (147,0) width 28: "A.F "
text run at (175,0) width 30: "A.G "
text run at (205,0) width 30: "A.H "
text run at (235,0) width 24: "A.I "
text run at (259,0) width 25: "A.J "
text run at (284,0) width 31: "A.K "
text run at (315,0) width 24: "A.L"
|