OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
4 function test() { | 4 function test() { |
5 | 5 |
6 if (!window.testRunner || !window.eventSender) | 6 if (!window.testRunner || !window.eventSender) |
7 return; | 7 return; |
8 | 8 |
9 testRunner.dumpAsText(); | 9 testRunner.dumpAsText(); |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... |
21 } | 21 } |
22 </script> | 22 </script> |
23 </head> | 23 </head> |
24 <body onload="test()"> | 24 <body onload="test()"> |
25 <img id="dragMe" src='resources/pdf_test_landscape.pdf'> | 25 <img id="dragMe" src='resources/pdf_test_landscape.pdf'> |
26 <div> | 26 <div> |
27 This test checks that dragging a pdf doesn't crash the browser. | 27 This test checks that dragging a pdf doesn't crash the browser. |
28 </div> | 28 </div> |
29 </body> | 29 </body> |
30 </html> | 30 </html> |
OLD | NEW |