5 testRunner
.dumpAsText();
12 block1
.style
.position
= 'absolute';
13 float1
.style
.display
= 'none';
14 document
.body
.offsetTop
;
16 document
.getElementById("result").innerHTML
= "PASS";
19 <div id=
"result"></div>
21 <span id=
"float1" style=
"float:left; margin-bottom:10000px;"></span>