blob: cf1910ca3a68513955aad6d907b42e14a5423ebc [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
PASS if no crash.
<input id=foobar type="button"></input>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
foobar.value = "foobar";
</script>
</body>
</html>