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 19x17
LayoutInline {<pseudo:before>} at (0,0) size 19x17
LayoutCounter (anonymous) at (0,0) size 19x17
text run at (0,0) width 19: "a.a"
LayoutText {#text} at (18,0) size 5x17
text run at (18,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (22,0) size 20x17
text run at (22,0) width 20: "a.b"
LayoutText {#text} at (41,0) size 5x17
text run at (41,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 19x17
LayoutInline {<pseudo:before>} at (0,0) size 19x17
LayoutCounter (anonymous) at (45,0) size 19x17
text run at (45,0) width 19: "a.c"
LayoutText {#text} at (63,0) size 5x17
text run at (63,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (67,0) size 20x17
text run at (67,0) width 20: "a.d"
LayoutText {#text} at (86,0) size 5x17
text run at (86,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 19x17
LayoutInline {<pseudo:before>} at (0,0) size 19x17
LayoutCounter (anonymous) at (90,0) size 19x17
text run at (90,0) width 19: "a.e"
LayoutText {#text} at (108,0) size 5x17
text run at (108,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 18x17
LayoutInline {<pseudo:before>} at (0,0) size 18x17
LayoutCounter (anonymous) at (112,0) size 18x17
text run at (112,0) width 18: "a.f"
LayoutText {#text} at (129,0) size 5x17
text run at (129,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (133,0) size 20x17
text run at (133,0) width 20: "a.g"
LayoutText {#text} at (152,0) size 5x17
text run at (152,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (156,0) size 20x17
text run at (156,0) width 20: "a.h"
LayoutText {#text} at (175,0) size 5x17
text run at (175,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 16x17
LayoutInline {<pseudo:before>} at (0,0) size 16x17
LayoutCounter (anonymous) at (179,0) size 16x17
text run at (179,0) width 16: "a.i"
LayoutText {#text} at (194,0) size 5x17
text run at (194,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 17x17
LayoutInline {<pseudo:before>} at (0,0) size 17x17
LayoutCounter (anonymous) at (198,0) size 17x17
text run at (198,0) width 17: "a.j"
LayoutText {#text} at (214,0) size 5x17
text run at (214,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 20x17
LayoutInline {<pseudo:before>} at (0,0) size 20x17
LayoutCounter (anonymous) at (218,0) size 20x17
text run at (218,0) width 20: "a.k"
LayoutText {#text} at (237,0) size 5x17
text run at (237,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 17x17
LayoutInline {<pseudo:before>} at (0,0) size 17x17
LayoutCounter (anonymous) at (241,0) size 17x17
text run at (241,0) width 17: "a.l"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 258x17
text run at (0,0) width 23: "a.a "
text run at (22,0) width 24: "a.b "
text run at (45,0) width 23: "a.c "
text run at (67,0) width 24: "a.d "
text run at (90,0) width 23: "a.e "
text run at (112,0) width 22: "a.f "
text run at (133,0) width 24: "a.g "
text run at (156,0) width 24: "a.h "
text run at (179,0) width 20: "a.i "
text run at (198,0) width 21: "a.j "
text run at (218,0) width 24: "a.k "
text run at (241,0) width 17: "a.l"
|