Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / array-get-and-set-method-removal-expected.txt
blobbc13270314697aa58a65a8592d680042b786613e
1 Verifies that the get method, and the set method for individual elements, on the WebGLArray types no longer exist.
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=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
22 TEST COMPLETE