| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head id="myhead"> | 3 <head id="myhead"> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../../resources/js-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 if (window.testRunner) { | 6 if (window.testRunner) { |
| 7 window.testRunner.waitUntilDone(); | 7 window.testRunner.waitUntilDone(); |
| 8 } | 8 } |
| 9 | 9 |
| 10 var count = 0; | 10 var count = 0; |
| 11 var maxCount = 10; | 11 var maxCount = 10; |
| 12 var timeout = 100; | 12 var timeout = 100; |
| 13 | 13 |
| 14 function doTest() | 14 function doTest() |
| (...skipping 26 matching lines...) Expand all Loading... |
| 41 return; | 41 return; |
| 42 } | 42 } |
| 43 | 43 |
| 44 setTimeout("waitForStylesheetLoad()", timeout); | 44 setTimeout("waitForStylesheetLoad()", timeout); |
| 45 } | 45 } |
| 46 </script> | 46 </script> |
| 47 </head> | 47 </head> |
| 48 <body onload="doTest()"> | 48 <body onload="doTest()"> |
| 49 </body> | 49 </body> |
| 50 </html> | 50 </html> |
| OLD | NEW |