OLD | NEW |
1 <html> | 1 <html> |
2 Test passes if it does not crash. | 2 Test passes if it does not crash. |
3 <style> | 3 <style> |
4 body | 4 body |
5 { | 5 { |
6 margin: 0; | 6 margin: 0; |
7 } | 7 } |
8 ::-webkit-scrollbar { | 8 ::-webkit-scrollbar { |
9 -webkit-logical-height: 65536; | 9 -webkit-logical-height: 65536; |
10 -webkit-border-image: url(does_not_exist) 0 2 0 2; | 10 -webkit-border-image: url(does_not_exist) 0 2 0 2; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 eventSender.mouseMoveTo(50, 0); | 44 eventSender.mouseMoveTo(50, 0); |
45 } | 45 } |
46 } | 46 } |
47 | 47 |
48 window.addEventListener('load', doTest, false); | 48 window.addEventListener('load', doTest, false); |
49 </script> | 49 </script> |
50 <div id="container" onmouseover="showScroller()" onmouseout="hideScroller()"> | 50 <div id="container" onmouseover="showScroller()" onmouseout="hideScroller()"> |
51 <p>PASS</p> | 51 <p>PASS</p> |
52 </div> | 52 </div> |
53 </html> | 53 </html> |
OLD | NEW |