1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 {P} at (0,0) size 784x0
LayoutBlockFlow {DIV} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 564x19
text run at (0,0) width 409: "In this paragraph, there should be a right floating green ::after block. "
text run at (409,0) width 155: "It should be ok to do this."
LayoutBlockFlow (floating) {<pseudo:after>} at (684,0) size 100x100 [color=#008000] [bgcolor=#008000]
LayoutTextFragment (anonymous) at (0,0) size 49x19
text run at (0,0) width 49: "Invisible"
layer at (300,300) size 296x20
LayoutBlockFlow (positioned) {<pseudo:before>} at (300,300) size 296x20
LayoutTextFragment (anonymous) at (0,0) size 296x19
text run at (0,0) width 296: "Some text that should be at an (x,y) of (300,300)"
|