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 11x19
LayoutInline {<pseudo:before>} at (0,0) size 11x19
LayoutCounter at (0,0) size 11x19
text run at (0,0) width 11: "A"
LayoutText {#text} at (11,0) size 4x19
text run at (11,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 10x19
LayoutInline {<pseudo:before>} at (0,0) size 10x19
LayoutCounter at (15,0) size 10x19
text run at (15,0) width 10: "B"
LayoutText {#text} at (25,0) size 4x19
text run at (25,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 11x19
LayoutInline {<pseudo:before>} at (0,0) size 11x19
LayoutCounter at (29,0) size 11x19
text run at (29,0) width 11: "C"
LayoutText {#text} at (40,0) size 4x19
text run at (40,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 11x19
LayoutInline {<pseudo:before>} at (0,0) size 11x19
LayoutCounter at (44,0) size 11x19
text run at (44,0) width 11: "D"
LayoutText {#text} at (55,0) size 4x19
text run at (55,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 9x19
LayoutInline {<pseudo:before>} at (0,0) size 9x19
LayoutCounter at (59,0) size 9x19
text run at (59,0) width 9: "E"
LayoutText {#text} at (68,0) size 4x19
text run at (68,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 9x19
LayoutInline {<pseudo:before>} at (0,0) size 9x19
LayoutCounter at (72,0) size 9x19
text run at (72,0) width 9: "F"
LayoutText {#text} at (81,0) size 4x19
text run at (81,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 11x19
LayoutInline {<pseudo:before>} at (0,0) size 11x19
LayoutCounter at (85,0) size 11x19
text run at (85,0) width 11: "G"
LayoutText {#text} at (96,0) size 4x19
text run at (96,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 11x19
LayoutInline {<pseudo:before>} at (0,0) size 11x19
LayoutCounter at (100,0) size 11x19
text run at (100,0) width 11: "H"
LayoutText {#text} at (111,0) size 4x19
text run at (111,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 5x19
LayoutInline {<pseudo:before>} at (0,0) size 5x19
LayoutCounter at (115,0) size 5x19
text run at (115,0) width 5: "I"
LayoutText {#text} at (120,0) size 4x19
text run at (120,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 6x19
LayoutInline {<pseudo:before>} at (0,0) size 6x19
LayoutCounter at (124,0) size 6x19
text run at (124,0) width 6: "J"
LayoutText {#text} at (130,0) size 4x19
text run at (130,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 12x19
LayoutInline {<pseudo:before>} at (0,0) size 12x19
LayoutCounter at (134,0) size 12x19
text run at (134,0) width 12: "K"
LayoutText {#text} at (146,0) size 4x19
text run at (146,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 9x19
LayoutInline {<pseudo:before>} at (0,0) size 9x19
LayoutCounter at (150,0) size 9x19
text run at (150,0) width 9: "L"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 159x19
text run at (0,0) width 15: "A "
text run at (15,0) width 14: "B "
text run at (29,0) width 15: "C "
text run at (44,0) width 15: "D "
text run at (59,0) width 13: "E "
text run at (72,0) width 13: "F "
text run at (85,0) width 15: "G "
text run at (100,0) width 15: "H "
text run at (115,0) width 9: "I "
text run at (124,0) width 10: "J "
text run at (134,0) width 16: "K "
text run at (150,0) width 9: "L"
|