Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / uniform-location-length-limits-expected.txt
blob5ed7bed35be6fcd7d82e6ecc2edfe78a40270e95
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
17 TEST COMPLETE