blob: 2f4473005022ee502cdfb58a7dc7cb3205f9b5da [file] [log] [blame]
Test of drawElements with out-of-bounds parameters using OES_element_index_uint
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION.
PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION.
PASS successfullyParsed is true
TEST COMPLETE