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

Side by Side Diff: LayoutTests/fast/events/mouseout-dead-node.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 </head> 5 </head>
6 <body> 6 <body>
7 <p id="description"></p> 7 <p id="description"></p>
8 <div id="test-container"> 8 <div id="test-container">
9 <div id=d0 style='border:2px solid red'> 9 <div id=d0 style='border:2px solid red'>
10 <div onmouseout='testFailed("mouseout")' onmouseover='document.getElementById(" d0").innerHTML ="you should see PASS below"'> 10 <div onmouseout='testFailed("mouseout")' onmouseover='document.getElementById(" d0").innerHTML ="you should see PASS below"'>
(...skipping 27 matching lines...) Expand all
38 x = el.offsetLeft+3; 38 x = el.offsetLeft+3;
39 y = el.offsetTop+3; 39 y = el.offsetTop+3;
40 eventSender.mouseMoveTo(x, y); 40 eventSender.mouseMoveTo(x, y);
41 eventSender.mouseMoveTo(x+1, y+1); 41 eventSender.mouseMoveTo(x+1, y+1);
42 42
43 var testContainer = document.getElementById("test-container"); 43 var testContainer = document.getElementById("test-container");
44 if (testContainer) 44 if (testContainer)
45 document.body.removeChild(testContainer); 45 document.body.removeChild(testContainer);
46 } 46 }
47 </script> 47 </script>
48 <script src="../../fast/js/resources/js-test-post.js"></script>
49 </body> 48 </body>
50 </html> 49 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/mousemove.html ('k') | LayoutTests/fast/events/mutation-during-append-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698