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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-get-out-of-bounds-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 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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698