| Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
|
| index 15a0a937f151832eb685158cd0a7315f60f0c628..06476e6996de465043166b68689f7be31a329479 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
|
| @@ -2,7 +2,8 @@
|
| <html>
|
| <head>
|
| <title>Biquad Automation Test</title>
|
| - <script src="../../resources/js-test.js"></script>
|
| + <script src="../../resources/testharness.js"></script>
|
| + <script src="../../resources/testharnessreport.js"></script>
|
| <script src="../resources/audit-util.js"></script>
|
| <script src="../resources/audio-testing.js"></script>
|
| <script src="../resources/biquad-filters.js"></script>
|
| @@ -10,9 +11,7 @@
|
| </head>
|
| <body>
|
| <script>
|
| - description("Test Automation of Biquad Filters");
|
|
|
| - window.jsTestIsAsync = true;
|
|
|
| // Don't need to run these tests at high sampling rate, so just use a low one to reduce memory
|
| // usage and complexity.
|
| @@ -363,7 +362,6 @@
|
|
|
| // All done!
|
| audit.defineTask("finish", function (done) {
|
| - finishJSTest();
|
| done();
|
| });
|
|
|
|
|