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

Side by Side Diff: LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html

Issue 58533003: Move fast/js/resources files to resources. (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 <html> 1 <html>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <body style="min-height: 5000px"> 3 <body style="min-height: 5000px">
4 <span id="elt">&nbsp;</span> 4 <span id="elt">&nbsp;</span>
5 5
6 <script> 6 <script>
7 description('Checks that clicking on scrollbar works when tickmarks are added.') ; 7 description('Checks that clicking on scrollbar works when tickmarks are added.') ;
8 onload = function() 8 onload = function()
9 { 9 {
10 if (window.testRunner) 10 if (window.testRunner)
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 var range = document.createRange(); 12 var range = document.createRange();
(...skipping 17 matching lines...) Expand all
30 testPassed('did scroll'); 30 testPassed('did scroll');
31 finishJSTest(); 31 finishJSTest();
32 } 32 }
33 33
34 var jsTestIsAsync = true; 34 var jsTestIsAsync = true;
35 </script> 35 </script>
36 36
37 37
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/scrolling/scrollbar-mousedown-move-mouseup.html ('k') | LayoutTests/fast/selectors/specificity-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698