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

Side by Side Diff: LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.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 <html> 1 <html>
2 <script src="../js/resources/js-test-pre.js"></script> 2 <script src="../js/resources/js-test-pre.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)
(...skipping 16 matching lines...) Expand all
27 27
28 onscroll = function() 28 onscroll = function()
29 { 29 {
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 <script src="../js/resources/js-test-post.js"></script>
38 37
39 </body> 38 </body>
40 </html> 39 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698