blob: db0c899ba5b9ff1eafeb6f1e219443cbbf5304c2 [file] [log] [blame]
<body>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=16421">bug 16241</a>:
REGRESSION(r28669): Page scrolls down when you hit space key in text area.</p>
<p>To test manually, press Space - the page should not scroll.</p>
<div style="width:1;height:5000"></div>
<script>
document.onkeypress=function(){return false;}
document.onscroll=function(){alert("FAIL - scrolled!");}
if (window.layoutTestController) {
layoutTestController.dumpAsText();
eventSender.keyDown(" ", []);
}
</script>
</body>