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

Side by Side Diff: LayoutTests/fast/events/mouse-cursor-no-mousemove.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 <style type="text/css"> 5 <style type="text/css">
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <p id="description"></p> 9 <p id="description"></p>
10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=85343">Bug 85343</a></p> 10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=85343">Bug 85343</a></p>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 }, CURSOR_UPDATE_DELAY); 45 }, CURSOR_UPDATE_DELAY);
46 46
47 // Give some time for the change to resolve. Fake mousemove event that cause d bug, is using a timer 47 // Give some time for the change to resolve. Fake mousemove event that cause d bug, is using a timer
48 setTimeout(function() { 48 setTimeout(function() {
49 document.getElementById('test-container').style.display = 'none'; 49 document.getElementById('test-container').style.display = 'none';
50 finishJSTest(); 50 finishJSTest();
51 }, 150); 51 }, 150);
52 } 52 }
53 53
54 </script> 54 </script>
55 <script src="../../fast/js/resources/js-test-post.js"></script>
56 </body> 55 </body>
57 </html> 56 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698