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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/uniform-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 unified diff | Download patch
OLDNEW
(Empty)
1 Verify limits on the lengths of uniform locations.
2 Test uniform location underneath the length limit
3 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
4 PASS uniformLoc is non-null.
5 PASS getError was expected value: NO_ERROR :
6 Test uniform location exactly at the length limit
7 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
8 PASS uniformLoc is non-null.
9 PASS getError was expected value: NO_ERROR :
10 Test uniform location over the length limit
11 PASS getError was expected value: NO_ERROR :
12 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
13 PASS getError was expected value: INVALID_VALUE :
14 PASS uniformLoc is null
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698