OLD | NEW |
1 <html id="html1"> | 1 <html id="html1"> |
2 <head id="head1"> | 2 <head id="head1"> |
3 <style> | 3 <style> |
4 ::-webkit-scrollbar { height: 50000; } | 4 ::-webkit-scrollbar { height: 50000; } |
5 </style> | 5 </style> |
6 <script> | 6 <script> |
7 if (window.layoutTestController) { | 7 if (window.layoutTestController) { |
8 layoutTestController.dumpAsText(); | 8 layoutTestController.dumpAsText(); |
9 layoutTestController.waitUntilDone(); | 9 layoutTestController.waitUntilDone(); |
10 } | 10 } |
(...skipping 17 matching lines...) Expand all Loading... |
28 layoutTestController.notifyDone(); | 28 layoutTestController.notifyDone(); |
29 } | 29 } |
30 | 30 |
31 setTimeout("if (window.eventSender) eventSender.mouseMoveTo(0, 0);", 0); | 31 setTimeout("if (window.eventSender) eventSender.mouseMoveTo(0, 0);", 0); |
32 setTimeout("runTest();", 10); | 32 setTimeout("runTest();", 10); |
33 setTimeout("finish();", 11); | 33 setTimeout("finish();", 11); |
34 </script> | 34 </script> |
35 00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000 | 35 00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000 |
36 </head> | 36 </head> |
37 </html> | 37 </html> |
OLD | NEW |