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