| <p>To run this test manually, press arrow keys three times. WebKit should not crash. On DRT, you see see PASS:</p> |
| <input type="text" onkeydown="move(this.nextSibling)" |
| ><input type="text" onkeydown="move(this.nextSibling)" |
| ><input type="text" onkeydown="move(this.nextSibling)" |
| ><input type="text" onkeydown="move(this.nextSibling)" |
| ><input type="text" onkeydown="move(this.nextSibling)" |
| ><input type="text" onkeydown="move(this.nextSibling)"> |
| <script type="text/javascript"> |
| newInput.style.dispaly = ''; |
| activeInput.style.display = 'none'; |
| var inputs = document.getElementsByTagName('input'); |
| if (window.eventSender) { |
| testRunner.waitUntilDone(); |
| for (var i = 0; i < inputs.length - 1; i++) |
| eventSender.keyDown('downArrow', []); |
| document.body.appendChild(document.createTextNode('PASS')); |