| OLD | NEW |
| (Empty) |
| 1 Verifies that calling the indexing operator on WebGLArrays with out-of-range ind
ices returns undefined. | |
| 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[2] is undefined. | |
| 7 PASS webGLArray[-1] is undefined. | |
| 8 PASS webGLArray[0x20000000] is undefined. | |
| 9 PASS webGLArray[2] is undefined. | |
| 10 PASS webGLArray[-1] is undefined. | |
| 11 PASS webGLArray[0x20000000] is undefined. | |
| 12 PASS webGLArray[2] is undefined. | |
| 13 PASS webGLArray[-1] is undefined. | |
| 14 PASS webGLArray[0x20000000] is undefined. | |
| 15 PASS webGLArray[2] is undefined. | |
| 16 PASS webGLArray[-1] is undefined. | |
| 17 PASS webGLArray[0x20000000] is undefined. | |
| 18 PASS webGLArray[2] is undefined. | |
| 19 PASS webGLArray[-1] is undefined. | |
| 20 PASS webGLArray[0x20000000] is undefined. | |
| 21 PASS webGLArray[2] is undefined. | |
| 22 PASS webGLArray[-1] is undefined. | |
| 23 PASS webGLArray[0x20000000] is undefined. | |
| 24 PASS webGLArray[2] is undefined. | |
| 25 PASS webGLArray[-1] is undefined. | |
| 26 PASS webGLArray[0x20000000] is undefined. | |
| 27 PASS successfullyParsed is true | |
| 28 | |
| 29 TEST COMPLETE | |
| 30 | |
| OLD | NEW |