OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../js/resources/js-test-pre.js"></script> | 3 <script src="../js/resources/js-test-pre.js"></script> |
4 <script> | 4 <script> |
5 | 5 |
6 window.jsTestIsAsync = true; | 6 window.jsTestIsAsync = true; |
7 | 7 |
8 var iteration = 0; | 8 var iteration = 0; |
9 var sheet, rules; | 9 var sheet, rules; |
10 | 10 |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 } | 63 } |
64 catch(e) { | 64 catch(e) { |
65 document.body.innerText = 'FAIL, threw exception.'; | 65 document.body.innerText = 'FAIL, threw exception.'; |
66 if (window.testRunner) | 66 if (window.testRunner) |
67 testRunner.notifyDone(); | 67 testRunner.notifyDone(); |
68 | 68 |
69 } | 69 } |
70 } | 70 } |
71 | 71 |
72 </script> | 72 </script> |
73 <script src="../js/resources/js-test-post.js"></script> | |
74 </head> | 73 </head> |
75 <body onload="step1()"> | 74 <body onload="step1()"> |
76 Running... | 75 Running... |
77 </body> | 76 </body> |
78 </html> | 77 </html> |
OLD | NEW |