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

Side by Side Diff: LayoutTests/fast/speech/speech-button-ignore-generated-events.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 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 </head> 5 </head>
6 <body> 6 <body>
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 description('Tests that the speech button ignores programmatic click events.'); 8 description('Tests that the speech button ignores programmatic click events.');
9 9
10 function sendClick(useEventSender) { 10 function sendClick(useEventSender) {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }; 56 };
57 sendClick(true); 57 sendClick(true);
58 } else { 58 } else {
59 setupDispatchEventTest(); 59 setupDispatchEventTest();
60 } 60 }
61 } 61 }
62 62
63 window.onload = run; 63 window.onload = run;
64 window.jsTestIsAsync = true; 64 window.jsTestIsAsync = true;
65 </script> 65 </script>
66 <script src="../js/resources/js-test-post.js"></script>
67 <input id='speechInput' x-webkit-speech> 66 <input id='speechInput' x-webkit-speech>
68 </body> 67 </body>
69 </html> 68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698