| 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..a8d1e1b08dd228b8eb9a6c77bb9138f2000bcf19 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,9 +11,6 @@
|
|
|
| <body>
|
| <script>
|
| - description("Test AnalyserNode getByteTimeDomainData");
|
| - window.jsTestIsAsync = true;
|
| -
|
| var sampleRate = 48000;
|
| // The size of the analyser frame. Anything larger than 128 is ok, but should be long enough
|
| // to capture the peaks of the oscillator waveform.
|
| @@ -94,7 +92,6 @@
|
| });
|
|
|
| audit.defineTask("finish", function (done) {
|
| - finishJSTest();
|
| done();
|
| });
|
|
|
|
|