1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x88
LayoutBlockFlow {HTML} at (0,0) size 800x88
LayoutBlockFlow {BODY} at (8,16) size 784x56
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 152x19
text run at (0,0) width 152: "This line should be green."
LayoutBlockFlow {P} at (0,36) size 784x20
LayoutText {#text} at (0,0) size 53x19
text run at (0,0) width 53: "This line "
LayoutInline {SPAN} at (0,0) size 95x19
LayoutText {#text} at (53,0) size 95x19
text run at (53,0) width 95: "should be green"
LayoutText {#text} at (148,0) size 28x19
text run at (148,0) width 28: " too."
|