Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / conformance-suites / 1.0.1 / conformance / extensions / webgl-compressed-texture-s3tc.html
index 45e06c7..f5a69a2 100644 (file)
@@ -587,7 +587,7 @@ function compareRect(
                 if (actual[actualOffset + jj] != expected[jj]) {
                     failed = true;
                     var was = actual[actualOffset + 0].toString();
-                    for (j = 1; j < 4; ++j) {
+                    for (var j = 1; j < 4; ++j) {
                         was += "," + actual[actualOffset + j];
                     }
                     testFailed('at (' + xx + ', ' + yy +