From 10790870f1df20affb30dbcd7b4eacaec0657983 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Fri, 22 Aug 2014 11:34:09 +0530 Subject: [PATCH] Backed out changeset b2679f354c15 (bug 1052240) for b2g ics m7 bustage --- .../conformance/textures/texture-npot-video.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dom/canvas/test/webgl-conformance/conformance/textures/texture-npot-video.html b/dom/canvas/test/webgl-conformance/conformance/textures/texture-npot-video.html index e5e0ad47a9e..f50777598c5 100644 --- a/dom/canvas/test/webgl-conformance/conformance/textures/texture-npot-video.html +++ b/dom/canvas/test/webgl-conformance/conformance/textures/texture-npot-video.html @@ -124,13 +124,8 @@ function runOneIteration(videoElement, useTexSubImage2D, flipY, topColor, bottom debug(""); } -alreadyDone = false; function runTest(videoElement) { - if (alreadyDone) - return; - alreadyDone = true; - var red = [255, 0, 0]; var green = [0, 255, 0]; var black = [0, 0, 0];