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
|
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 284x17
text run at (0,0) width 284: "The following two lines should be the same:"
LayoutBlockFlow {DIV} at (0,34) size 784x18
LayoutInline {SPAN} at (0,0) size 159x17
LayoutInline {<pseudo:before>} at (0,0) size 24x17
LayoutTextFragment (anonymous) at (0,0) size 11x17
text run at (0,0) width 11: "B"
LayoutCounter (anonymous) at (10,0) size 9x17
text run at (10,0) width 9: "1"
LayoutTextFragment (anonymous) at (18,0) size 6x17
text run at (18,0) width 6: "-"
LayoutInline {SPAN} at (0,0) size 110x17
LayoutInline {<pseudo:before>} at (0,0) size 24x17
LayoutTextFragment (anonymous) at (24,0) size 11x17
text run at (24,0) width 11: "B"
LayoutCounter (anonymous) at (34,0) size 9x17
text run at (34,0) width 9: "2"
LayoutTextFragment (anonymous) at (42,0) size 6x17
text run at (42,0) width 6: "-"
LayoutInline {SPAN} at (0,0) size 49x17
LayoutInline {<pseudo:before>} at (0,0) size 24x17
LayoutTextFragment (anonymous) at (48,0) size 11x17
text run at (48,0) width 11: "B"
LayoutCounter (anonymous) at (58,0) size 9x17
text run at (58,0) width 9: "3"
LayoutTextFragment (anonymous) at (66,0) size 6x17
text run at (66,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 25x17
LayoutTextFragment (anonymous) at (72,0) size 12x17
text run at (72,0) width 12: "A"
LayoutCounter (anonymous) at (83,0) size 9x17
text run at (83,0) width 9: "4"
LayoutTextFragment (anonymous) at (91,0) size 6x17
text run at (91,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 38x17
LayoutTextFragment (anonymous) at (96,0) size 13x17
text run at (96,0) width 13: "A"
LayoutCounter (anonymous) at (108,0) size 21x17
text run at (108,0) width 21: "4.1"
LayoutTextFragment (anonymous) at (128,0) size 6x17
text run at (128,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 26x17
LayoutTextFragment (anonymous) at (133,0) size 13x17
text run at (133,0) width 13: "A"
LayoutCounter (anonymous) at (145,0) size 9x17
text run at (145,0) width 9: "5"
LayoutTextFragment (anonymous) at (153,0) size 6x17
text run at (153,0) width 6: "-"
LayoutBlockFlow {DIV} at (0,52) size 784x18
LayoutText {#text} at (0,0) size 159x17
text run at (0,0) width 159: "B1-B2-B3-A4-A4.1-A5-"
|