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 12x17
LayoutInline {<pseudo:before>} at (0,0) size 12x17
LayoutCounter (anonymous) at (0,0) size 12x17
text run at (0,0) width 12: "A"
LayoutText {#text} at (11,0) size 5x17
text run at (11,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 12x17
LayoutInline {<pseudo:before>} at (0,0) size 12x17
LayoutCounter (anonymous) at (15,0) size 12x17
text run at (15,0) width 12: "B"
LayoutText {#text} at (26,0) size 5x17
text run at (26,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 11x17
LayoutInline {<pseudo:before>} at (0,0) size 11x17
LayoutCounter (anonymous) at (30,0) size 11x17
text run at (30,0) width 11: "C"
LayoutText {#text} at (40,0) size 5x17
text run at (40,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 13x17
LayoutInline {<pseudo:before>} at (0,0) size 13x17
LayoutCounter (anonymous) at (44,0) size 13x17
text run at (44,0) width 13: "D"
LayoutText {#text} at (56,0) size 5x17
text run at (56,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 11x17
LayoutInline {<pseudo:before>} at (0,0) size 11x17
LayoutCounter (anonymous) at (60,0) size 11x17
text run at (60,0) width 11: "E"
LayoutText {#text} at (70,0) size 5x17
text run at (70,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 10x17
LayoutInline {<pseudo:before>} at (0,0) size 10x17
LayoutCounter (anonymous) at (74,0) size 10x17
text run at (74,0) width 10: "F"
LayoutText {#text} at (83,0) size 5x17
text run at (83,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 12x17
LayoutInline {<pseudo:before>} at (0,0) size 12x17
LayoutCounter (anonymous) at (87,0) size 12x17
text run at (87,0) width 12: "G"
LayoutText {#text} at (98,0) size 5x17
text run at (98,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 13x17
LayoutInline {<pseudo:before>} at (0,0) size 13x17
LayoutCounter (anonymous) at (102,0) size 13x17
text run at (102,0) width 13: "H"
LayoutText {#text} at (114,0) size 5x17
text run at (114,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 6x17
LayoutInline {<pseudo:before>} at (0,0) size 6x17
LayoutCounter (anonymous) at (118,0) size 6x17
text run at (118,0) width 6: "I"
LayoutText {#text} at (123,0) size 5x17
text run at (123,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 7x17
LayoutInline {<pseudo:before>} at (0,0) size 7x17
LayoutCounter (anonymous) at (127,0) size 7x17
text run at (127,0) width 7: "J"
LayoutText {#text} at (133,0) size 5x17
text run at (133,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 13x17
LayoutInline {<pseudo:before>} at (0,0) size 13x17
LayoutCounter (anonymous) at (137,0) size 13x17
text run at (137,0) width 13: "K"
LayoutText {#text} at (149,0) size 5x17
text run at (149,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 11x17
LayoutInline {<pseudo:before>} at (0,0) size 11x17
LayoutCounter (anonymous) at (153,0) size 11x17
text run at (153,0) width 11: "L"
LayoutText {#text} at (0,0) size 0x0
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 164x17
text run at (0,0) width 16: "A "
text run at (15,0) width 16: "B "
text run at (30,0) width 15: "C "
text run at (44,0) width 17: "D "
text run at (60,0) width 15: "E "
text run at (74,0) width 14: "F "
text run at (87,0) width 16: "G "
text run at (102,0) width 17: "H "
text run at (118,0) width 10: "I "
text run at (127,0) width 11: "J "
text run at (137,0) width 17: "K "
text run at (153,0) width 11: "L"
|