tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / canvas / webgl / uniform-location-length-limits-expected.txt
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 over the length limit
7 PASS getError was expected value: NO_ERROR : 
8 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
9 PASS getError was expected value: INVALID_VALUE : 
10 PASS uniformLoc is null
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14