| 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 </head> | 7 </head> |
| 8 | 8 |
| 9 <body> | 9 <body> |
| 10 <div id="description"></div> | 10 <div id="description"></div> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 else | 44 else |
| 45 doTest(i, true); | 45 doTest(i, true); |
| 46 doTest(i + 1, true); | 46 doTest(i + 1, true); |
| 47 } | 47 } |
| 48 | 48 |
| 49 if (window.testRunner) | 49 if (window.testRunner) |
| 50 testRunner.notifyDone(); | 50 testRunner.notifyDone(); |
| 51 testPassed("webkitAudioContext survived multiple invalid FFT array resizings."); | 51 testPassed("webkitAudioContext survived multiple invalid FFT array resizings."); |
| 52 </script> | 52 </script> |
| 53 | 53 |
| 54 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 55 </body> | 54 </body> |
| 56 </html> | 55 </html> |
| OLD | NEW |