Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / scriptprocessornode-upmix2-8channel-input.html
index 1fb2be2..ab0bc0c 100644 (file)
@@ -21,14 +21,11 @@ var sourceChannels = 2;
 var inputChannels = 8;
 var outputChannels = 6;
 
+window.jsTestIsAsync = true;
+
 function runTest() {
-    if (window.testRunner) {
+    if (window.testRunner)
         testRunner.dumpAsText();
-        testRunner.waitUntilDone();
-    }
-
-    window.jsTestIsAsync = true;
-
     runJSNodeTest();
 }