OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 | 2 |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <script src="../fast/js/resources/js-test-pre.js"></script> | 5 <script src="../fast/js/resources/js-test-pre.js"></script> |
6 <script type="text/javascript" src="resources/audio-testing.js"></script> | 6 <script type="text/javascript" src="resources/audio-testing.js"></script> |
7 </head> | 7 </head> |
8 | 8 |
9 <body> | 9 <body> |
10 <div id="description"></div> | 10 <div id="description"></div> |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 | 306 |
307 // Render then check results. | 307 // Render then check results. |
308 context.oncomplete = checkResult; | 308 context.oncomplete = checkResult; |
309 context.startRendering(); | 309 context.startRendering(); |
310 } | 310 } |
311 | 311 |
312 runTest(); | 312 runTest(); |
313 | 313 |
314 </script> | 314 </script> |
315 | 315 |
316 <script src="../fast/js/resources/js-test-post.js"></script> | |
317 </body> | 316 </body> |
318 </html> | 317 </html> |
OLD | NEW |