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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-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 attempting to set invalid elements to a Typed Array throws an exce ption
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
6 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
7 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
8 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
9 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
10 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
11 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
12 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
13 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
14 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
15 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
16 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
17 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
18 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
19 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
20 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
21 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
22 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
23 PASS typedArray.set() threw exception TypeError: Cannot read property 'length' o f undefined.
24 PASS typedArray.set('hello world') threw exception RangeError: Source is too lar ge.
25 PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too lar ge.
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698