Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html |
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html |
| index 31afeb043404ced29310168033fcd17beaa0680a..c9f60b77716faf22d0d68a7f0720697e925d365c 100644 |
| --- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html |
| +++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-zero.html |
| @@ -1,7 +1,8 @@ |
| <!doctype html> |
| <html> |
| <head> |
| - <script src="../../resources/js-test.js"></script> |
| + <script src="../../resources/testharness.js"></script> |
| + <script src="../../resources/testharnessreport.js"></script> |
| <script src="../resources/compatibility.js"></script> |
| <script src="../resources/audit-util.js"></script> |
| <script src="../resources/audio-testing.js"></script> |
| @@ -10,7 +11,6 @@ |
| <body> |
| <script> |
| - description("Test AnalyserNode getFloatFrequencyData With Zero-Valued Input"); |
| window.jsTestIsAsync = true; |
|
hongchan
2016/12/20 23:04:31
ditto.
|
| var sampleRate = 48000; |
| @@ -53,7 +53,6 @@ |
| }); |
| audit.defineTask("finish", function (done) { |
| - finishJSTest(); |
| done(); |
| }); |