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

Side by Side Diff: LayoutTests/fast/events/mouse-cursor-image-set.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 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 <script src="../js/resources/image-preload-helper.js"></script> 5 <script src="../js/resources/image-preload-helper.js"></script>
6 <style type="text/css"> 6 <style type="text/css">
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p id="description"></p> 10 <p id="description"></p>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 testRunner.dumpAsText(); 76 testRunner.dumpAsText();
77 testRunner.waitUntilDone(); 77 testRunner.waitUntilDone();
78 window.jsTestIsAsync = true; 78 window.jsTestIsAsync = true;
79 } 79 }
80 80
81 // Now wait for each image to load or fail to load before starting tests. 81 // Now wait for each image to load or fail to load before starting tests.
82 // Without this we can get null images in the cursors - eg. no known size. 82 // Without this we can get null images in the cursors - eg. no known size.
83 preloadImagesFromStyle(testContainer, 6, runTests, /doesntexist/); 83 preloadImagesFromStyle(testContainer, 6, runTests, /doesntexist/);
84 84
85 </script> 85 </script>
86 <script src="../../fast/js/resources/js-test-post.js"></script>
87 </body> 86 </body>
88 </html> 87 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/mouse-cursor-change.html ('k') | LayoutTests/fast/events/mouse-cursor-multiframecur.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698