| Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.html b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.html
|
| index 4516d267fce1d8379d12e73de1b5c36464c43b6b..40dee1d5b0174c4c92ad39e672e6864034a7cbd5 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-multiple-calls.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,9 +11,6 @@
|
|
|
| <body>
|
| <script>
|
| - description("Test AnalyserNode getFloatFrequencyData and getByteFrequencyData");
|
| - window.jsTestIsAsync = true;
|
| -
|
| var sampleRate = 48000;
|
| // Render enough data to run the test.
|
| var renderFrames = 2*1024;
|
| @@ -107,7 +105,6 @@
|
| });
|
|
|
| audit.defineTask("finish", function (done) {
|
| - finishJSTest();
|
| done();
|
| });
|
|
|
|
|