Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.html |
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.html |
| index ee781789ec39639788a435f03b154c18ed8ab6c0..6c89e3f2f60dd241db4c192d2e1e9683a21f4fc3 100644 |
| --- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.html |
| +++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-byte-data.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 getByteTimeDomainData"); |
| window.jsTestIsAsync = true; |
|
hongchan
2016/12/20 23:04:30
Remove this since it's from js-test.
Raymond Toy
2016/12/21 16:16:32
Done.
|
| var sampleRate = 48000; |
| @@ -94,7 +94,6 @@ |
| }); |
| audit.defineTask("finish", function (done) { |
| - finishJSTest(); |
| done(); |
| }); |