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 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (0,0) size 8x17
text run at (0,0) width 8: "1"
LayoutText {#text} at (8,0) size 4x17
text run at (8,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (12,0) size 8x17
text run at (12,0) width 8: "2"
LayoutText {#text} at (20,0) size 4x17
text run at (20,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (24,0) size 8x17
text run at (24,0) width 8: "3"
LayoutText {#text} at (32,0) size 4x17
text run at (32,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (36,0) size 8x17
text run at (36,0) width 8: "4"
LayoutText {#text} at (44,0) size 4x17
text run at (44,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (48,0) size 8x17
text run at (48,0) width 8: "5"
LayoutText {#text} at (56,0) size 4x17
text run at (56,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (60,0) size 8x17
text run at (60,0) width 8: "6"
LayoutText {#text} at (68,0) size 4x17
text run at (68,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (72,0) size 8x17
text run at (72,0) width 8: "7"
LayoutText {#text} at (80,0) size 4x17
text run at (80,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (84,0) size 8x17
text run at (84,0) width 8: "8"
LayoutText {#text} at (92,0) size 4x17
text run at (92,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 8x17
LayoutInline {<pseudo:before>} at (0,0) size 8x17
LayoutCounter (anonymous) at (96,0) size 8x17
text run at (96,0) width 8: "9"
LayoutText {#text} at (104,0) size 4x17
text run at (104,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 16x17
LayoutInline {<pseudo:before>} at (0,0) size 16x17
LayoutCounter (anonymous) at (108,0) size 16x17
text run at (108,0) width 16: "10"
LayoutText {#text} at (124,0) size 4x17
text run at (124,0) width 4: " "
LayoutInline {SPAN} at (0,0) size 16x17
LayoutInline {<pseudo:before>} at (0,0) size 16x17
LayoutCounter (anonymous) at (128,0) size 16x17
text run at (128,0) width 16: "11"
LayoutText {#text} at (143,0) size 5x17
text run at (143,0) width 5: " "
LayoutInline {SPAN} at (0,0) size 17x17
LayoutInline {<pseudo:before>} at (0,0) size 17x17
LayoutCounter (anonymous) at (147,0) size 17x17
text run at (147,0) width 17: "12"
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 12: "1 "
text run at (12,0) width 12: "2 "
text run at (24,0) width 12: "3 "
text run at (36,0) width 12: "4 "
text run at (48,0) width 12: "5 "
text run at (60,0) width 12: "6 "
text run at (72,0) width 12: "7 "
text run at (84,0) width 12: "8 "
text run at (96,0) width 12: "9 "
text run at (108,0) width 20: "10 "
text run at (128,0) width 20: "11 "
text run at (147,0) width 17: "12"
|