2 <body onload=
"runTest()">
4 a { position: relative; }
5 span { position: absolute; }
9 testRunner
.dumpAsText();
13 document
.body
.offsetTop
;
14 child
= document
.getElementById('test');
15 child
.parentNode
.removeChild(child
);
16 document
.body
.offsetTop
;
17 document
.body
.innerHTML
= 'PASS';