[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / webaudio / audiochannelmerger-stereo.html
old mode 100755 (executable)
new mode 100644 (file)
index a34c86d..b334d0e
@@ -6,7 +6,6 @@ Tests that that we can merge two mono streams into a stereo stream.
 
 <html>
 <head>
-<link rel="stylesheet" href="../fast/js/resources/js-test-style.css"/>
 <script src="../fast/js/resources/js-test-pre.js"></script>
 <script type="text/javascript" src="resources/audio-testing.js"></script>
 <script type="text/javascript" src="resources/buffer-loader.js"></script>
@@ -108,7 +107,6 @@ function runTest() {
 }
 
 runTest();
-successfullyParsed = true;
 
 </script>