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

Side by Side Diff: LayoutTests/fast/forms/input-user-select-none.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 <head> 1 <head>
2 <style> 2 <style>
3 .sample { 3 .sample {
4 -webkit-user-select: none; 4 -webkit-user-select: none;
5 user-select: none; 5 user-select: none;
6 } 6 }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <script src="../js/resources/js-test-pre.js"></script> 10 <script src="../js/resources/js-test-pre.js"></script>
(...skipping 20 matching lines...) Expand all
31 if (window.eventSender) { 31 if (window.eventSender) {
32 for (var j = 0; j < expectedText.length; ++j) 32 for (var j = 0; j < expectedText.length; ++j)
33 eventSender.keyDown(expectedText[j]); 33 eventSender.keyDown(expectedText[j]);
34 shouldBeEqualToString('sample.value', expectedText); 34 shouldBeEqualToString('sample.value', expectedText);
35 } 35 }
36 } 36 }
37 37
38 if (window.testRunner) 38 if (window.testRunner)
39 $('container').outerHTML = ''; 39 $('container').outerHTML = '';
40 </script> 40 </script>
41 <script src="../js/resources/js-test-post.js"></script>
42 </body> 41 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-type-change3.html ('k') | LayoutTests/fast/forms/input-value-sanitization.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698