| OLD | NEW |
| 1 This test verifies the functionality of the OES_vertex_array_object extension, i
f it is available. | 1 This test verifies the functionality of the OES_vertex_array_object extension, i
f it is available. |
| 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 Testing binding enum with extension disabled | 7 Testing binding enum with extension disabled |
| 8 PASS getError was expected value: INVALID_ENUM : VERTEX_ARRAY_BINDING_OES should
not be queryable if extension is disabled | 8 PASS getError was expected value: INVALID_ENUM : VERTEX_ARRAY_BINDING_OES should
not be queryable if extension is disabled |
| 9 PASS Successfully enabled OES_vertex_array_object extension | 9 PASS Successfully enabled OES_vertex_array_object extension |
| 10 PASS OES_vertex_array_object listed as supported and getExtension succeeded | 10 PASS OES_vertex_array_object listed as supported and getExtension succeeded |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 PASS should be 0,0,255,255 | 41 PASS should be 0,0,255,255 |
| 42 PASS should be 0,255,255,255 | 42 PASS should be 0,255,255,255 |
| 43 Testing that VAOs don't effect ARRAY_BUFFER binding. | 43 Testing that VAOs don't effect ARRAY_BUFFER binding. |
| 44 PASS should be red | 44 PASS should be red |
| 45 PASS should be green | 45 PASS should be green |
| 46 PASS getError was expected value: NO_ERROR : there should be no errors | 46 PASS getError was expected value: NO_ERROR : there should be no errors |
| 47 | 47 |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 PASS successfullyParsed is true |
| 52 |
| 53 TEST COMPLETE |
| 51 | 54 |
| OLD | NEW |