| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../resources/js-test.js"></script> | 4 <script src="../resources/js-test.js"></script> |
| 5 <script src="resources/compatibility.js"></script> | 5 <script src="resources/compatibility.js"></script> |
| 6 <script src="resources/audit-util.js"></script> |
| 6 <script src="resources/audio-testing.js"></script> | 7 <script src="resources/audio-testing.js"></script> |
| 7 <script src="resources/realtimeanalyser-testing.js"></script> | 8 <script src="resources/realtimeanalyser-testing.js"></script> |
| 8 <script src="resources/fft.js"></script> | 9 <script src="resources/fft.js"></script> |
| 9 <title>Test Analyser getFloatFrequencyData and getByteFrequencyData, Smoothi
ng</title> | 10 <title>Test Analyser getFloatFrequencyData and getByteFrequencyData, Smoothi
ng</title> |
| 10 | 11 |
| 11 </head> | 12 </head> |
| 12 | 13 |
| 13 <body> | 14 <body> |
| 14 <script> | 15 <script> |
| 15 description("Test AnalyserNode getFloatFrequencyData and getByteFrequencyD
ata, Smoothing"); | 16 description("Test AnalyserNode getFloatFrequencyData and getByteFrequencyD
ata, Smoothing"); |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 audit.defineTask("finish", function (done) { | 130 audit.defineTask("finish", function (done) { |
| 130 finishJSTest(); | 131 finishJSTest(); |
| 131 done(); | 132 done(); |
| 132 }); | 133 }); |
| 133 | 134 |
| 134 audit.runTasks(); | 135 audit.runTasks(); |
| 135 | 136 |
| 136 </script> | 137 </script> |
| 137 </body> | 138 </body> |
| 138 </html> | 139 </html> |
| OLD | NEW |