| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <p>This test verifies that the Home/End/PageUp/PageDown keys work correctly for
<select> elements. | 6 <p>This test verifies that the Home/End/PageUp/PageDown keys work correctly for
<select> elements. |
| 7 Since it requires <CODE>eventSender.keyDown</CODE>, it will not run solo in the
web browser; it must be run with <KBD>run-webkit-tests</KBD>.</p> | 7 Since it requires <CODE>eventSender.keyDown</CODE>, it will not run solo in the
web browser; it must be run with <KBD>run-webkit-tests</KBD>.</p> |
| 8 <hr> | 8 <hr> |
| 9 <form> | 9 <form> |
| 10 <!-- We specify a size of 3 but will end up rendering with 4 because webkit
imposes a minimum size of 4. | 10 <!-- We specify a size of 3 but will end up rendering with 4 because webkit
imposes a minimum size of 4. |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 testPageDownWithDisabledElements(); | 291 testPageDownWithDisabledElements(); |
| 292 testPageUpWithDisabledElements(); | 292 testPageUpWithDisabledElements(); |
| 293 testHomeWithDisabledElements(); | 293 testHomeWithDisabledElements(); |
| 294 testEndWithDisabledElements(); | 294 testEndWithDisabledElements(); |
| 295 testVariousShiftKeysNoDisabledElements(); | 295 testVariousShiftKeysNoDisabledElements(); |
| 296 testVariousShiftKeysWithDisabledElements(); | 296 testVariousShiftKeysWithDisabledElements(); |
| 297 testPageDownWithGroup(); | 297 testPageDownWithGroup(); |
| 298 testPageUpWithGroup(); | 298 testPageUpWithGroup(); |
| 299 </script> | 299 </script> |
| 300 | 300 |
| 301 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 302 </body> | 301 </body> |
| 303 </html> | 302 </html> |
| OLD | NEW |