Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / sdk / tests / conformance / resources / tex-image-and-sub-image-2d-with-canvas.js
index fadf16a..fe75a16 100644 (file)
@@ -152,8 +152,7 @@ function generateTest(pixelFormat, pixelType, prologue) {
         }
 
         if (false) {
-          var m = new Image();
-          m.src = gl.canvas.toDataURL();
+          var m = wtu.makeImageFromCanvas(gl.canvas);
           document.getElementById("console").appendChild(m);
           document.getElementById("console").appendChild(document.createElement("hr"));
         }