| Index: third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html b/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html
|
| index c233b0980ad04c8f192288eb008605fcd18e812d..ea933f15c178da7a822ee6fce8be2a0b578f9841 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-0-output-channels.html
|
| @@ -2,16 +2,14 @@
|
| <html>
|
| <head>
|
| <title>Test Connecting 0-output channel ScriptProcessor to Another Node </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>
|
| </head>
|
|
|
| <body>
|
| <script>
|
| - description("Test Connecting 0-output channel ScriptProcessor to Another Node");
|
| - window.jsTestIsAsync = true;
|
| -
|
| var audit = Audit.createTaskRunner();
|
| var context;
|
| var scriptNode1;
|
| @@ -44,16 +42,7 @@
|
| done();
|
| });
|
|
|
| - audit.defineTask("finish", function (done) {
|
| - done();
|
| - finishJSTest();
|
| - });
|
| -
|
| - audit.runTasks(
|
| - "initialize",
|
| - "test",
|
| - "finish"
|
| - );
|
| + audit.runTasks();
|
| </script>
|
| </body>
|
| </html>
|
|
|