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

Side by Side Diff: LayoutTests/fast/events/mouse-cursor-change.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 <!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="../../resources/js-test.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=53341">Bug 53341</a></p> 10 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=53341">Bug 53341</a></p>
11 <div id="test-container"> 11 <div id="test-container">
12 <div id="target" onMouseDown="style.cursor='progress';event.preventDefault() ;" onMouseMove="style.cursor='pointer';" onMouseUp="style.cursor='help';" style= "cursor:pointer;">Play with mouse on this element. Cursors change on events - mo usemove: pointer(hand), mousedown: progress, mouseup: help.</div> 12 <div id="target" onMouseDown="style.cursor='progress';event.preventDefault() ;" onMouseMove="style.cursor='pointer';" onMouseUp="style.cursor='help';" style= "cursor:pointer;">Play with mouse on this element. Cursors change on events - mo usemove: pointer(hand), mousedown: progress, mouseup: help.</div>
13 </div> 13 </div>
14 <br/> 14 <br/>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 } else { 70 } else {
71 testsDone(); 71 testsDone();
72 } 72 }
73 } 73 }
74 nextTest(); 74 nextTest();
75 } 75 }
76 76
77 </script> 77 </script>
78 </body> 78 </body>
79 </html> 79 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/mouse-click-events-pseudo-element.html ('k') | LayoutTests/fast/events/mouse-cursor-image-set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698