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

Side by Side Diff: LayoutTests/fast/events/wheelevent-basic.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="help" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-WheelEven t"> 4 <link rel="help" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-WheelEven t">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script> 6 <script>
7 var deltaX = 0; 7 var deltaX = 0;
8 var deltaY = 0; 8 var deltaY = 0;
9 var expectedDeltaX; 9 var expectedDeltaX;
10 var expectedDeltaY; 10 var expectedDeltaY;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 Scroll mouse wheel over here<br/> 64 Scroll mouse wheel over here<br/>
65 END END END END END END END END END END END END END END<br/> 65 END END END END END END END END END END END END END END<br/>
66 </div> 66 </div>
67 </span> 67 </span>
68 <div id="console"></div> 68 <div id="console"></div>
69 <script> 69 <script>
70 description("Tests the basic functionality of the standard wheel event"); 70 description("Tests the basic functionality of the standard wheel event");
71 71
72 runTest(); 72 runTest();
73 </script> 73 </script>
74 <script src="../js/resources/js-test-post.js"></script>
75 </body> 74 </body>
76 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698