<html> | |
<body> | |
Test passes if it does not crash. | |
<p style="display: run-in; "></p> | |
<details id="test"></details> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
document.body.offsetTop; | |
var details = document.getElementById("test"); | |
document.body.removeChild(details); | |
</script> | |
</body> | |
</html> |