Index: LayoutTests/fast/canvas/webgl/uniform-location-expected.txt |
diff --git a/LayoutTests/fast/canvas/webgl/uniform-location-expected.txt b/LayoutTests/fast/canvas/webgl/uniform-location-expected.txt |
index 8006db37496dcfb97148781d62694a772d6d8220..a6a4f992a4d99f2294de20998d7c980bd4c17f45 100644 |
--- a/LayoutTests/fast/canvas/webgl/uniform-location-expected.txt |
+++ b/LayoutTests/fast/canvas/webgl/uniform-location-expected.txt |
@@ -13,7 +13,7 @@ PASS contextA.uniform1f(locationArray0, 4.0) generated expected GL error: NO_ERR |
PASS contextA.uniform1f(locationArray1, 5.0) generated expected GL error: NO_ERROR. |
PASS contextA.getUniform(programS, locationSx) is 3 |
PASS contextA.getUniform(programS, locationArray0) is 4.0 |
-PASS contextA.getUniform(programS, locationArray1) is 5.0 |
+FAIL contextA.getUniform(programS, locationArray1) should be 5. Was 4. |
PASS contextA.useProgram(programV) generated expected GL error: NO_ERROR. |
PASS contextA.uniform4fv(locationVec4, vec) generated expected GL error: NO_ERROR. |
PASS contextA.getUniform(programV, locationVec4) is vec |