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

Side by Side Diff: LayoutTests/fast/events/panScroll-nested-divs.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 (testRunner) { 7 if (testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
(...skipping 29 matching lines...) Expand all
40 if (document.getElementById('overflow').scrollTop) 40 if (document.getElementById('overflow').scrollTop)
41 document.getElementById('console').innerHTML = "Success! Div with overflow was scrolled"; 41 document.getElementById('console').innerHTML = "Success! Div with overflow was scrolled";
42 else 42 else
43 document.getElementById('console').innerHTML = "Fail! Div wi th overflow was not scrolled"; 43 document.getElementById('console').innerHTML = "Fail! Div wi th overflow was not scrolled";
44 44
45 window.testRunner.notifyDone(); 45 window.testRunner.notifyDone();
46 } 46 }
47 </script> 47 </script>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/panScroll-in-iframe-expected.txt ('k') | LayoutTests/fast/events/panScroll-nested-divs-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698