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
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {H1} at (0,0) size 784x37
LayoutInline {<pseudo:before>} at (0,0) size 207x36
LayoutTextFragment (anonymous) at (0,0) size 207x36
text run at (0,0) width 207: "First Chapter: "
LayoutText {#text} at (207,0) size 105x36
text run at (207,0) width 105: "TEST 1"
LayoutBlockFlow (anonymous) at (0,58.44) size 784x20
LayoutText {#text} at (0,0) size 225x19
text run at (0,0) width 225: "Should read: \"First Chapter: TEST 1\""
LayoutBlockFlow {H2} at (0,98.34) size 784x27
LayoutInline {<pseudo:before>} at (0,0) size 99x26
LayoutTextFragment (anonymous) at (0,0) size 99x26
text run at (0,0) width 99: "Chapter: "
LayoutText {#text} at (99,0) size 77x26
text run at (99,0) width 77: "TEST 2"
LayoutBlockFlow (anonymous) at (0,145.25) size 784x20
LayoutText {#text} at (0,0) size 194x19
text run at (0,0) width 194: "Should read: \"Chapter: TEST 2\""
LayoutBlockFlow {H3} at (0,183.97) size 784x23
LayoutInline {<pseudo:before>} at (0,0) size 116x22
LayoutTextFragment (anonymous) at (0,0) size 116x22
text run at (0,0) width 116: "Chapter One: "
LayoutText {#text} at (116,0) size 65x22
text run at (116,0) width 65: "TEST 3"
LayoutBlockFlow (anonymous) at (0,225.69) size 784x20
LayoutText {#text} at (0,0) size 224x19
text run at (0,0) width 224: "Should read: \"Chapter One: TEST 3\""
LayoutBlockFlow {H4} at (0,266.95) size 784x20
LayoutInline {<pseudo:before>} at (0,0) size 63x19
LayoutTextFragment (anonymous) at (0,0) size 63x19
text run at (0,0) width 63: "Chapter: "
LayoutText {#text} at (63,0) size 51x19
text run at (63,0) width 51: "TEST 4"
LayoutBlockFlow (anonymous) at (0,308.22) size 784x20
LayoutText {#text} at (0,0) size 194x19
text run at (0,0) width 194: "Should read: \"Chapter: TEST 4\""
|