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 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 260x19
text run at (0,0) width 260: "The following two lines should be the same:"
LayoutBlockFlow {DIV} at (0,36) size 784x20
LayoutInline {SPAN} at (0,0) size 159x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutTextFragment (anonymous) at (0,0) size 10x19
text run at (0,0) width 10: "B"
LayoutCounter (anonymous) at (10,0) size 8x19
text run at (10,0) width 8: "1"
LayoutTextFragment (anonymous) at (18,0) size 6x19
text run at (18,0) width 6: "-"
LayoutInline {SPAN} at (0,0) size 110x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutTextFragment (anonymous) at (24,0) size 10x19
text run at (24,0) width 10: "B"
LayoutCounter (anonymous) at (34,0) size 8x19
text run at (34,0) width 8: "2"
LayoutTextFragment (anonymous) at (42,0) size 6x19
text run at (42,0) width 6: "-"
LayoutInline {SPAN} at (0,0) size 49x19
LayoutInline {<pseudo:before>} at (0,0) size 24x19
LayoutTextFragment (anonymous) at (48,0) size 10x19
text run at (48,0) width 10: "B"
LayoutCounter (anonymous) at (58,0) size 8x19
text run at (58,0) width 8: "3"
LayoutTextFragment (anonymous) at (66,0) size 6x19
text run at (66,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 25x19
LayoutTextFragment (anonymous) at (72,0) size 11x19
text run at (72,0) width 11: "A"
LayoutCounter (anonymous) at (83,0) size 8x19
text run at (83,0) width 8: "4"
LayoutTextFragment (anonymous) at (91,0) size 6x19
text run at (91,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 37x19
LayoutTextFragment (anonymous) at (97,0) size 11x19
text run at (97,0) width 11: "A"
LayoutCounter (anonymous) at (108,0) size 20x19
text run at (108,0) width 20: "4.1"
LayoutTextFragment (anonymous) at (128,0) size 6x19
text run at (128,0) width 6: "-"
LayoutInline {<pseudo:after>} at (0,0) size 25x19
LayoutTextFragment (anonymous) at (134,0) size 11x19
text run at (134,0) width 11: "A"
LayoutCounter (anonymous) at (145,0) size 8x19
text run at (145,0) width 8: "5"
LayoutTextFragment (anonymous) at (153,0) size 6x19
text run at (153,0) width 6: "-"
LayoutBlockFlow {DIV} at (0,56) size 784x20
LayoutText {#text} at (0,0) size 159x19
text run at (0,0) width 159: "B1-B2-B3-A4-A4.1-A5-"
|