| OLD | NEW |
| 1 Tests that index validation for drawElements does not examine too many indices | 1 Tests that index validation for drawElements does not examine too many indices |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS WebGL context exists | 6 PASS WebGL context exists |
| 7 PASS Successfully enabled OES_element_index_uint extension | 7 PASS Successfully enabled OES_element_index_uint extension |
| 8 PASS OES_element_index_uint listed as supported and getExtension succeeded | 8 PASS OES_element_index_uint listed as supported and getExtension succeeded |
| 9 Test that draws with unsigned integer indices produce the expected results | 9 Test that draws with unsigned integer indices produce the expected results |
| 10 PASS Draw 0 passed pixel test | 10 PASS Draw 0 passed pixel test |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 0) generated expecte
d GL error: INVALID_OPERATION. | 53 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 0) generated expecte
d GL error: INVALID_OPERATION. |
| 54 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 8) generated expecte
d GL error: INVALID_OPERATION. | 54 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 8) generated expecte
d GL error: INVALID_OPERATION. |
| 55 Verifies that the index validation code which is within bufferSubData does not c
rash. | 55 Verifies that the index validation code which is within bufferSubData does not c
rash. |
| 56 PASS getError was expected value: INVALID_VALUE : after attempting to update a b
uffer outside of the allocated bounds | 56 PASS getError was expected value: INVALID_VALUE : after attempting to update a b
uffer outside of the allocated bounds |
| 57 PASS bufferSubData, when buffer object was initialized with null, did not crash | 57 PASS bufferSubData, when buffer object was initialized with null, did not crash |
| 58 PASS getError was expected value: NO_ERROR : there should be no errors | 58 PASS getError was expected value: NO_ERROR : there should be no errors |
| 59 | 59 |
| 60 PASS successfullyParsed is true | 60 PASS successfullyParsed is true |
| 61 | 61 |
| 62 TEST COMPLETE | 62 TEST COMPLETE |
| 63 PASS successfullyParsed is true |
| 64 |
| 65 TEST COMPLETE |
| 63 | 66 |
| OLD | NEW |