OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="resources/audio-testing.js"></script> | 4 <script src="resources/audio-testing.js"></script> |
5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../fast/js/resources/js-test-pre.js"></script> |
6 </head> | 6 </head> |
7 | 7 |
8 <body> | 8 <body> |
9 <div id="description"></div> | 9 <div id="description"></div> |
10 <div id="console"></div> | 10 <div id="console"></div> |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 | 169 |
170 context.oncomplete = checkResult; | 170 context.oncomplete = checkResult; |
171 context.startRendering(); | 171 context.startRendering(); |
172 } | 172 } |
173 | 173 |
174 runTest(); | 174 runTest(); |
175 successfullyParsed = true; | 175 successfullyParsed = true; |
176 | 176 |
177 </script> | 177 </script> |
178 | 178 |
179 <script src="../fast/js/resources/js-test-post.js"></script> | |
180 </body> | 179 </body> |
181 </html> | 180 </html> |
OLD | NEW |