blob: ee494b98ec96fbdd541f3552429f2cad6a905d6c [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.
FAIL context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) expected: INVALID_OPERATION. Was NO_ERROR.
PASS successfullyParsed is true
Some tests failed.
TEST COMPLETE