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

Side by Side Diff: LayoutTests/fast/events/panScroll-event-fired.html

Issue 15103004: Move Win-specific LayoutTests to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add calandar-picker tests to NeverFixTests for Mac Created 7 years, 7 months 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 <html> 1 <html>
2 <head> 2 <head>
3 <title>Pan Scrolling Test</title> 3 <title>Pan Scrolling Test</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <script> 6 <script>
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
(...skipping 26 matching lines...) Expand all
37 if (document.getElementById('overflow').scrollTop) 37 if (document.getElementById('overflow').scrollTop)
38 document.getElementById('console').innerHTML = "Success! Div with overflow was scrolled"; 38 document.getElementById('console').innerHTML = "Success! Div with overflow was scrolled";
39 else 39 else
40 document.getElementById('console').innerHTML = "Fail! Div wi th overflow was not scrolled"; 40 document.getElementById('console').innerHTML = "Fail! Div wi th overflow was not scrolled";
41 41
42 window.testRunner.notifyDone(); 42 window.testRunner.notifyDone();
43 } 43 }
44 </script> 44 </script>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/panScroll-drag-expected.txt ('k') | LayoutTests/fast/events/panScroll-event-fired-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698