OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../../fast/js/resources/js-test-pre.js"></script> |
4 <script src="resources/shared.js"></script> | 4 <script src="resources/shared.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <p id="description"></p> | 7 <p id="description"></p> |
8 <div id="console"></div> | 8 <div id="console"></div> |
9 <script> | 9 <script> |
10 | 10 |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 finishJSTest(); | 121 finishJSTest(); |
122 } | 122 } |
123 | 123 |
124 var jsTestIsAsync = true; | 124 var jsTestIsAsync = true; |
125 test(); | 125 test(); |
126 | 126 |
127 </script> | 127 </script> |
128 <script src="../../fast/js/resources/js-test-post.js"></script> | 128 <script src="../../fast/js/resources/js-test-post.js"></script> |
129 </body> | 129 </body> |
130 </html> | 130 </html> |
OLD | NEW |