| OLD | NEW |
| (Empty) |
| 1 Verifies that the get method, and the set method for individual elements, on the
WebGLArray types no longer exist. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=38039 | |
| 6 PASS webGLArray.get is undefined. | |
| 7 PASS webGLArray.set(0, 1) threw exception. | |
| 8 PASS webGLArray.get is undefined. | |
| 9 PASS webGLArray.set(0, 1) threw exception. | |
| 10 PASS webGLArray.get is undefined. | |
| 11 PASS webGLArray.set(0, 1) threw exception. | |
| 12 PASS webGLArray.get is undefined. | |
| 13 PASS webGLArray.set(0, 1) threw exception. | |
| 14 PASS webGLArray.get is undefined. | |
| 15 PASS webGLArray.set(0, 1) threw exception. | |
| 16 PASS webGLArray.get is undefined. | |
| 17 PASS webGLArray.set(0, 1) threw exception. | |
| 18 PASS webGLArray.get is undefined. | |
| 19 PASS webGLArray.set(0, 1) threw exception. | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |