| 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="../js/resources/js-test-pre.js"></script> |
| 5 <script src="../js/resources/image-preload-helper.js"></script> | 5 <script src="../js/resources/image-preload-helper.js"></script> |
| 6 <style type="text/css"> | 6 <style type="text/css"> |
| 7 </style> | 7 </style> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 <p id="description"></p> | 10 <p id="description"></p> |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 testRunner.dumpAsText(); | 55 testRunner.dumpAsText(); |
| 56 testRunner.waitUntilDone(); | 56 testRunner.waitUntilDone(); |
| 57 window.jsTestIsAsync = true; | 57 window.jsTestIsAsync = true; |
| 58 } | 58 } |
| 59 | 59 |
| 60 // Now wait for each image to load or fail to load before starting tests. | 60 // Now wait for each image to load or fail to load before starting tests. |
| 61 // Without this we can get null images in the cursors - eg. no known size. | 61 // Without this we can get null images in the cursors - eg. no known size. |
| 62 preloadImagesFromStyle(testContainer, 1, runTests); | 62 preloadImagesFromStyle(testContainer, 1, runTests); |
| 63 | 63 |
| 64 </script> | 64 </script> |
| 65 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 66 </body> | 65 </body> |
| 67 </html> | 66 </html> |
| OLD | NEW |