| OLD | NEW |
| 1 Test setting WebGL array with offset | 1 Test setting WebGL array with offset |
| 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 Regression test for https://bugs.webkit.org/show_bug.cgi?id=76040 : Int16Array.s
et(array, offset) fails on first execution | 5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=76040 : Int16Array.s
et(array, offset) fails on first execution |
| 6 Testing Int8Array | 6 Testing Int8Array |
| 7 PASS webGLArray[0] is 0 | 7 PASS webGLArray[0] is 0 |
| 8 PASS webGLArray[1] is 1 | 8 PASS webGLArray[1] is 1 |
| 9 PASS webGLArray[2] is 2 | 9 PASS webGLArray[2] is 2 |
| 10 PASS webGLArray[3] is bounds[0] | 10 PASS webGLArray[3] is bounds[0] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 Testing Float32Array | 42 Testing Float32Array |
| 43 PASS webGLArray[0] is 0 | 43 PASS webGLArray[0] is 0 |
| 44 PASS webGLArray[1] is 1 | 44 PASS webGLArray[1] is 1 |
| 45 PASS webGLArray[2] is 2 | 45 PASS webGLArray[2] is 2 |
| 46 PASS webGLArray[3] is bounds[0] | 46 PASS webGLArray[3] is bounds[0] |
| 47 PASS webGLArray[4] is bounds[1] | 47 PASS webGLArray[4] is bounds[1] |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 | 51 |
| OLD | NEW |