Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / sdk / tests / conformance / extensions / webgl-draw-buffers.html
index 02f18f9..2efac56 100644 (file)
@@ -717,7 +717,7 @@ function runPreserveTests() {
   // make sure the canvas is still clear
   wtu.checkCanvas(gl, [255, 255, 0, 255], "should be yellow");
 
-  wtu.waitForComposite(gl, function() {
+  wtu.waitForComposite(function() {
     gl.clearColor(1, 0, 0, 1);
     gl.clear(gl.COLOR_BUFFER_BIT);
     wtu.checkCanvas(gl, [0, 0, 0, 0], "should be clear");