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 7x19
LayoutInline {<pseudo:before>} at (0,0) size 7x19
LayoutCounter (anonymous) at (0,0) size 7x19
text run at (0,0) width 7: "a"
LayoutText {#text} at (7,0) size 4x19
text run at (7,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x19
LayoutInline {<pseudo:before>} at (0,0) size 8x19
LayoutCounter (anonymous) at (11,0) size 8x19
text run at (11,0) width 8: "b"
LayoutText {#text} at (19,0) size 4x19
text run at (19,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 7x19
LayoutInline {<pseudo:before>} at (0,0) size 7x19
LayoutCounter (anonymous) at (23,0) size 7x19
text run at (23,0) width 7: "c"
LayoutText {#text} at (30,0) size 4x19
text run at (30,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x19
LayoutInline {<pseudo:before>} at (0,0) size 8x19
LayoutCounter (anonymous) at (34,0) size 8x19
text run at (34,0) width 8: "d"
LayoutText {#text} at (42,0) size 4x19
text run at (42,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 7x19
LayoutInline {<pseudo:before>} at (0,0) size 7x19
LayoutCounter (anonymous) at (46,0) size 7x19
text run at (46,0) width 7: "e"
LayoutText {#text} at (53,0) size 4x19
text run at (53,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 4x19
LayoutInline {<pseudo:before>} at (0,0) size 4x19
LayoutCounter (anonymous) at (57,0) size 4x19
text run at (57,0) width 4: "f"
LayoutText {#text} at (61,0) size 4x19
text run at (61,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 7x19
LayoutInline {<pseudo:before>} at (0,0) size 7x19
LayoutCounter (anonymous) at (65,0) size 7x19
text run at (65,0) width 7: "g"
LayoutText {#text} at (72,0) size 4x19
text run at (72,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 7x19
LayoutInline {<pseudo:before>} at (0,0) size 7x19
LayoutCounter (anonymous) at (76,0) size 7x19
text run at (76,0) width 7: "h"
LayoutText {#text} at (83,0) size 4x19
text run at (83,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 3x19
LayoutInline {<pseudo:before>} at (0,0) size 3x19
LayoutCounter (anonymous) at (87,0) size 3x19
text run at (87,0) width 3: "i"
LayoutText {#text} at (90,0) size 4x19
text run at (90,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 4x19
LayoutInline {<pseudo:before>} at (0,0) size 4x19
LayoutCounter (anonymous) at (94,0) size 4x19
text run at (94,0) width 4: "j"
LayoutText {#text} at (98,0) size 4x19
text run at (98,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x19
LayoutInline {<pseudo:before>} at (0,0) size 8x19
LayoutCounter (anonymous) at (102,0) size 8x19
text run at (102,0) width 8: "k"
LayoutText {#text} at (110,0) size 4x19
text run at (110,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 3x19
LayoutInline {<pseudo:before>} at (0,0) size 3x19
LayoutCounter (anonymous) at (114,0) size 3x19
text run at (114,0) width 3: "l"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 117x19
text run at (0,0) width 11: "a "
text run at (11,0) width 12: "b "
text run at (23,0) width 11: "c "
text run at (34,0) width 12: "d "
text run at (46,0) width 11: "e "
text run at (57,0) width 8: "f "
text run at (65,0) width 11: "g "
text run at (76,0) width 11: "h "
text run at (87,0) width 7: "i "
text run at (94,0) width 8: "j "
text run at (102,0) width 12: "k "
text run at (114,0) width 3: "l"
|