Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-and-set-method-removal-expected.txt

Issue 2447493002: Removed some duplicate layout tests under fast/canvas/webgl (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698