Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: LayoutTests/fast/canvas/webgl/uniform-location-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/fast/canvas/webgl/point-size-expected.txt ('k') | LayoutTests/fast/css/font-weight-1-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698