blob: 73bbcc283cea6ea940712187cd57f888ab193ae9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body style="position: fixed;">
<div style="position: fixed; float: -webkit-positioned;"></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
document.body.parentNode.removeChild(document.body);
document.documentElement.offsetTop;
document.documentElement.innerHTML = "PASS";
</script>
</body>
</html>