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 18x19
LayoutInline {<pseudo:before>} at (0,0) size 18x19
LayoutCounter (anonymous) at (0,0) size 18x19
text run at (0,0) width 18: "a.a"
LayoutText {#text} at (18,0) size 4x19
text run at (18,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 19x19
LayoutInline {<pseudo:before>} at (0,0) size 19x19
LayoutCounter (anonymous) at (22,0) size 19x19
text run at (22,0) width 19: "a.b"
LayoutText {#text} at (41,0) size 4x19
text run at (41,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 18x19
LayoutInline {<pseudo:before>} at (0,0) size 18x19
LayoutCounter (anonymous) at (45,0) size 18x19
text run at (45,0) width 18: "a.c"
LayoutText {#text} at (63,0) size 4x19
text run at (63,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 19x19
LayoutInline {<pseudo:before>} at (0,0) size 19x19
LayoutCounter (anonymous) at (67,0) size 19x19
text run at (67,0) width 19: "a.d"
LayoutText {#text} at (86,0) size 4x19
text run at (86,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 18x19
LayoutInline {<pseudo:before>} at (0,0) size 18x19
LayoutCounter (anonymous) at (90,0) size 18x19
text run at (90,0) width 18: "a.e"
LayoutText {#text} at (108,0) size 4x19
text run at (108,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 15x19
LayoutInline {<pseudo:before>} at (0,0) size 15x19
LayoutCounter (anonymous) at (112,0) size 15x19
text run at (112,0) width 15: "a.f"
LayoutText {#text} at (127,0) size 4x19
text run at (127,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 18x19
LayoutInline {<pseudo:before>} at (0,0) size 18x19
LayoutCounter (anonymous) at (131,0) size 18x19
text run at (131,0) width 18: "a.g"
LayoutText {#text} at (149,0) size 4x19
text run at (149,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 18x19
LayoutInline {<pseudo:before>} at (0,0) size 18x19
LayoutCounter (anonymous) at (153,0) size 18x19
text run at (153,0) width 18: "a.h"
LayoutText {#text} at (171,0) size 4x19
text run at (171,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 14x19
LayoutInline {<pseudo:before>} at (0,0) size 14x19
LayoutCounter (anonymous) at (175,0) size 14x19
text run at (175,0) width 14: "a.i"
LayoutText {#text} at (189,0) size 4x19
text run at (189,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 15x19
LayoutInline {<pseudo:before>} at (0,0) size 15x19
LayoutCounter (anonymous) at (193,0) size 15x19
text run at (193,0) width 15: "a.j"
LayoutText {#text} at (208,0) size 4x19
text run at (208,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 19x19
LayoutInline {<pseudo:before>} at (0,0) size 19x19
LayoutCounter (anonymous) at (212,0) size 19x19
text run at (212,0) width 19: "a.k"
LayoutText {#text} at (231,0) size 4x19
text run at (231,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 14x19
LayoutInline {<pseudo:before>} at (0,0) size 14x19
LayoutCounter (anonymous) at (235,0) size 14x19
text run at (235,0) width 14: "a.l"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 249x19
text run at (0,0) width 22: "a.a "
text run at (22,0) width 23: "a.b "
text run at (45,0) width 22: "a.c "
text run at (67,0) width 23: "a.d "
text run at (90,0) width 22: "a.e "
text run at (112,0) width 19: "a.f "
text run at (131,0) width 22: "a.g "
text run at (153,0) width 22: "a.h "
text run at (175,0) width 18: "a.i "
text run at (193,0) width 19: "a.j "
text run at (212,0) width 23: "a.k "
text run at (235,0) width 14: "a.l"
|