1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x76
LayoutBlockFlow {HTML} at (0,0) size 800x76
LayoutBlockFlow {BODY} at (8,8) size 784x60
LayoutText {#text} at (0,0) size 774x59
text run at (0,0) width 291: "You should see a 100x100 green square below. "
text run at (290,0) width 348: "If you see nothing at all or see any red, the test has failed. "
text run at (637,0) width 137: "This test is checking to"
text run at (0,20) width 204: "make sure overflow is done using "
text run at (204,20) width 542: "a containing block model, and that a fixed positioned element inside an absolute positioned"
text run at (0,40) width 212: "element is not considered overflow."
LayoutText {#text} at (0,0) size 0x0
layer at (8,68) size 100x100
LayoutBlockFlow (positioned) {DIV} at (8,68) size 100x100
layer at (100,100) size 100x100
LayoutBlockFlow (positioned) {DIV} at (100,100) size 100x100
layer at (200,200) size 100x100
LayoutBlockFlow {DIV} at (100,100) size 100x100 [bgcolor=#008000]
|