Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: LayoutTests/fast/events/select-element.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 &lt;select&gt; elements. 6 <p>This test verifies that the Home/End/PageUp/PageDown keys work correctly for &lt;select&gt; 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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/scroll-event-phase.html ('k') | LayoutTests/fast/events/tab-focus-link-in-canvas.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698