1 This test ensures WebGL implementations handle uniformMatrix in a OpenGL ES 2.0 spec compliant way
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Checking gl.uniformMatrix.
7 PASS should fail with insufficient array size for uniformMatrix2fv
8 PASS can call uniformMatrix2fvwith transpose = false
9 PASS uniformMatrix2fv should return INVALID_VALUE with transpose = true
10 PASS should fail with insufficient array size for uniformMatrix3fv
11 PASS can call uniformMatrix3fvwith transpose = false
12 PASS uniformMatrix3fv should return INVALID_VALUE with transpose = true
13 PASS should fail with insufficient array size for uniformMatrix4fv
14 PASS can call uniformMatrix4fvwith transpose = false
15 PASS uniformMatrix4fv should return INVALID_VALUE with transpose = true
17 PASS successfullyParsed is true