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 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (0,0) size 28x17
text run at (0,0) width 28: "A.A"
LayoutText {#text} at (27,0) size 5x17
text run at (27,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 27x17
LayoutInline {<pseudo:before>} at (0,0) size 27x17
LayoutCounter (anonymous) at (31,0) size 27x17
text run at (31,0) width 27: "A.B"
LayoutText {#text} at (57,0) size 5x17
text run at (57,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 27x17
LayoutInline {<pseudo:before>} at (0,0) size 27x17
LayoutCounter (anonymous) at (61,0) size 27x17
text run at (61,0) width 27: "A.C"
LayoutText {#text} at (87,0) size 5x17
text run at (87,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (91,0) size 28x17
text run at (91,0) width 28: "A.D"
LayoutText {#text} at (118,0) size 5x17
text run at (118,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 26x17
LayoutInline {<pseudo:before>} at (0,0) size 26x17
LayoutCounter (anonymous) at (122,0) size 26x17
text run at (122,0) width 26: "A.E"
LayoutText {#text} at (147,0) size 5x17
text run at (147,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 26x17
LayoutInline {<pseudo:before>} at (0,0) size 26x17
LayoutCounter (anonymous) at (151,0) size 26x17
text run at (151,0) width 26: "A.F"
LayoutText {#text} at (176,0) size 5x17
text run at (176,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (180,0) size 28x17
text run at (180,0) width 28: "A.G"
LayoutText {#text} at (207,0) size 5x17
text run at (207,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (211,0) size 28x17
text run at (211,0) width 28: "A.H"
LayoutText {#text} at (238,0) size 5x17
text run at (238,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 22x17
LayoutInline {<pseudo:before>} at (0,0) size 22x17
LayoutCounter (anonymous) at (242,0) size 22x17
text run at (242,0) width 22: "A.I"
LayoutText {#text} at (263,0) size 5x17
text run at (263,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 23x17
LayoutInline {<pseudo:before>} at (0,0) size 23x17
LayoutCounter (anonymous) at (267,0) size 23x17
text run at (267,0) width 23: "A.J"
LayoutText {#text} at (289,0) size 5x17
text run at (289,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 28x17
LayoutInline {<pseudo:before>} at (0,0) size 28x17
LayoutCounter (anonymous) at (293,0) size 28x17
text run at (293,0) width 28: "A.K"
LayoutText {#text} at (320,0) size 5x17
text run at (320,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 26x17
LayoutInline {<pseudo:before>} at (0,0) size 26x17
LayoutCounter (anonymous) at (324,0) size 26x17
text run at (324,0) width 26: "A.L"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 350x17
text run at (0,0) width 32: "A.A "
text run at (31,0) width 31: "A.B "
text run at (61,0) width 31: "A.C "
text run at (91,0) width 32: "A.D "
text run at (122,0) width 30: "A.E "
text run at (151,0) width 30: "A.F "
text run at (180,0) width 32: "A.G "
text run at (211,0) width 32: "A.H "
text run at (242,0) width 26: "A.I "
text run at (267,0) width 27: "A.J "
text run at (293,0) width 32: "A.K "
text run at (324,0) width 26: "A.L"
|