OLD | NEW |
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 Loading... |
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> |
OLD | NEW |