3 <body style=
"position: fixed;">
4 <div style=
"position: fixed; float: -webkit-positioned;"></div>
7 testRunner
.dumpAsText();
9 document
.body
.offsetTop
;
10 document
.body
.parentNode
.removeChild(document
.body
);
11 document
.documentElement
.offsetTop
;
12 document
.documentElement
.innerHTML
= "PASS";