| Index: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html
|
| index 37187a60a926095ee8ac55aa5c47d92108378eed..f2d69e09d96e648ce5cf20ac38949fd2fb17b3e9 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect.html
|
| @@ -2,15 +2,14 @@
|
| <html>
|
|
|
| <head>
|
| - <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>
|
| </head>
|
|
|
| <body>
|
| <script>
|
| - description('Test disconnect() method on AudioNode destination.');
|
| - window.jsTestIsAsync = true;
|
|
|
| var audit = Audit.createTaskRunner();
|
|
|
| @@ -273,7 +272,6 @@
|
| });
|
|
|
| audit.defineTask('finish', function (done) {
|
| - finishJSTest();
|
| done();
|
| });
|
|
|
|
|