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

Side by Side Diff: LayoutTests/fast/speech/bubble-position-scrolled.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
« no previous file with comments | « LayoutTests/fast/speech/bubble-position.html ('k') | LayoutTests/fast/speech/change-focus.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 for speech button click with &lt;input type="text" speech>.') ; 8 description('Tests for speech button click with &lt;input type="text" speech>.') ;
9 9
10 function onSpeechChange() { 10 function onSpeechChange() {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 eventSender.mouseMoveTo(clickTargetX, clickTargetY); 49 eventSender.mouseMoveTo(clickTargetX, clickTargetY);
50 eventSender.mouseDown(); 50 eventSender.mouseDown();
51 eventSender.mouseUp(); 51 eventSender.mouseUp();
52 } 52 }
53 } 53 }
54 54
55 window.onload = run; 55 window.onload = run;
56 window.jsTestIsAsync = true; 56 window.jsTestIsAsync = true;
57 </script> 57 </script>
58 <script src="../js/resources/js-test-post.js"></script>
59 <div style="height: 200px"></div> 58 <div style="height: 200px"></div>
60 <input x-webkit-speech> 59 <input x-webkit-speech>
61 <div style="height: 1000px"></div> 60 <div style="height: 1000px"></div>
62 </body> 61 </body>
63 </html> 62 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/speech/bubble-position.html ('k') | LayoutTests/fast/speech/change-focus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698