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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/attrib-location-length-limits-expected.txt

Issue 1601093008: Remove duplicated WebGL layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/LayoutTests/fast/canvas/webgl/attrib-location-length-limits-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/attrib-location-length-limits-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/attrib-location-length-limits-expected.txt
deleted file mode 100644
index b3450e43c558e1cca71485307d2f10621faa8330..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/attrib-location-length-limits-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Verify limits on the lengths of attrib locations.
-Test attrib location underneath the length limit
-PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
-PASS attrib location should not be -1
-PASS getError was expected value: NO_ERROR :
-Test attrib location exactly at the length limit
-PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
-PASS attrib location should not be -1
-PASS getError was expected value: NO_ERROR :
-Test attrib location over the length limit
-Shader compilation should fail
-PASS wtu.loadShaderFromScript(gl, "badVertexShader", gl.VERTEX_SHADER, function (err) {}) is null
-PASS getError was expected value: NO_ERROR :
-Attempt to bind too-long attrib location should produce error
-PASS getError was expected value: INVALID_VALUE :
-Attempt to fetch too-long attrib location should produce error
-PASS gl.getAttribLocation(program, "vPosition01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567") is -1
-PASS getError was expected value: INVALID_VALUE :
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698