1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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 {DIV} at (0,0) size 784x20
LayoutBlockFlow (floating) {DIV} at (536,0) size 248x104 [border: (2px solid #FF0000)]
LayoutText {#text} at (2,2) size 244x19
text run at (2,2) width 244: "I should become a right-floating element."
LayoutText {#text} at (0,0) size 371x19
text run at (0,0) width 184: "This text should be on the left. "
text run at (184,0) width 187: "The float should be to the right."
LayoutBlockFlow {DIV} at (0,20) size 784x30
LayoutBlockFlow {DIV} at (0,50) size 784x40
LayoutBlockFlow (floating) {SPAN} at (0,0) size 240x104 [border: (2px solid #FF0000)]
LayoutText {#text} at (2,2) size 236x19
text run at (2,2) width 236: "I should become a left-floating element."
LayoutText {#text} at (240,0) size 288x39
text run at (240,0) width 192: "This text should be on the right. "
text run at (432,0) width 96: "The float should"
text run at (240,20) width 79: "be to the left."
|