haikuwebkit/LayoutTests/fast/forms/button-set-text-crash.html

13 lines
227 B
HTML

<!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>