| 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 src="resources/audio-testing.js"></script> | 6 <script src="resources/audio-testing.js"></script> |
| 7 <script src="resources/delay-testing.js"></script> | 7 <script src="resources/delay-testing.js"></script> |
| 8 </head> | 8 </head> |
| 9 | 9 |
| 10 <body> | 10 <body> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 bufferSource.start(0); | 45 bufferSource.start(0); |
| 46 | 46 |
| 47 context.oncomplete = checkDelayedResult(toneBuffer); | 47 context.oncomplete = checkDelayedResult(toneBuffer); |
| 48 context.startRendering(); | 48 context.startRendering(); |
| 49 } | 49 } |
| 50 | 50 |
| 51 runTest(); | 51 runTest(); |
| 52 | 52 |
| 53 </script> | 53 </script> |
| 54 | 54 |
| 55 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 56 </body> | 55 </body> |
| 57 </html> | 56 </html> |
| OLD | NEW |