| 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 <script type="text/javascript" src="resources/buffer-loader.js"></script> | 7 <script type="text/javascript" src="resources/buffer-loader.js"></script> |
| 8 </head> | 8 </head> |
| 9 | 9 |
| 10 <body> | 10 <body> |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 source.noteOn(0); | 126 source.noteOn(0); |
| 127 | 127 |
| 128 context.oncomplete = checkShapedCurve; | 128 context.oncomplete = checkShapedCurve; |
| 129 context.startRendering(); | 129 context.startRendering(); |
| 130 } | 130 } |
| 131 | 131 |
| 132 runTest(); | 132 runTest(); |
| 133 | 133 |
| 134 </script> | 134 </script> |
| 135 | 135 |
| 136 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 137 </body> | 136 </body> |
| 138 </html> | 137 </html> |
| OLD | NEW |