OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <script src="../../../js/resources/js-test-pre.js"></script> | 3 <script src="../../../../resources/js-test.js"></script> |
4 | 4 |
5 <style type="text/css"> | 5 <style type="text/css"> |
6 ::-webkit-scrollbar { | 6 ::-webkit-scrollbar { |
7 width: 0px; | 7 width: 0px; |
8 height: 0px; | 8 height: 0px; |
9 } | 9 } |
10 | 10 |
11 div { | 11 div { |
12 line-height: 100px; | 12 line-height: 100px; |
13 } | 13 } |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 | 80 |
81 debug("The Don't Click Me div should not be visible after a mouse move to be
low the Click Me div."); | 81 debug("The Don't Click Me div should not be visible after a mouse move to be
low the Click Me div."); |
82 eventSender.mouseMoveTo(350, 350); | 82 eventSender.mouseMoveTo(350, 350); |
83 shouldBe("dontClickMe.offsetTop", "0"); | 83 shouldBe("dontClickMe.offsetTop", "0"); |
84 } | 84 } |
85 | 85 |
86 runTests(); | 86 runTests(); |
87 </script> | 87 </script> |
88 </body> | 88 </body> |
89 </html> | 89 </html> |
OLD | NEW |