1 Verifies that attempting to set out-of-bounds elements of a WebGLArray from a JavaScript array throws an exception
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=33352 : Passing array that is too large to set method of WebGLArrays does not throw an exception
7 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
8 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
10 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
11 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
13 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
14 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
16 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
17 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
19 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
20 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
22 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
23 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
25 PASS webGLArray.set([4, 5], 1) threw exception RangeError: Source is too large.
26 PASS webGLArray.set([4, 5, 6]) threw exception RangeError: Source is too large.
27 PASS successfullyParsed is true