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

Side by Side Diff: LayoutTests/fast/events/wheelevent-mousewheel-interaction.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 function runTest() { 7 function runTest() {
8 var div = document.getElementById('target'); 8 var div = document.getElementById('target');
9 div.addEventListener('wheel', wheelHandler); 9 div.addEventListener('wheel', wheelHandler);
10 div.addEventListener('mousewheel', mouseWheelHandler); 10 div.addEventListener('mousewheel', mouseWheelHandler);
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 Scroll mouse wheel over here 43 Scroll mouse wheel over here
44 END END END END END END END 44 END END END END END END END
45 </div> 45 </div>
46 </span> 46 </span>
47 <script> 47 <script>
48 description("Tests the interaction between the standard 'wheel' event and the no n-standard 'mousewheel' one"); 48 description("Tests the interaction between the standard 'wheel' event and the no n-standard 'mousewheel' one");
49 window.jsTestIsAsync = true; 49 window.jsTestIsAsync = true;
50 50
51 runTest(); 51 runTest();
52 </script> 52 </script>
53 <script src="../js/resources/js-test-post.js"></script>
54 </body> 53 </body>
55 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/wheelevent-in-text-node.html ('k') | LayoutTests/fast/events/window-errorevent-01.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698