diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt index 6e5bd04..bae03bc 100644 --- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt +++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/array-set-invalid-arguments-expected.txt @@ -2,27 +2,27 @@ Verifies that attempting to set invalid elements to a Typed Array throws an exce On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. -PASS typedArray.set() threw exception TypeError: Not enough arguments. -PASS typedArray.set('hello world') threw exception TypeError: Invalid argument. -PASS typedArray.set(otherArray, 1) threw exception RangeError: Index is out of range.. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. +PASS typedArray.set() threw exception TypeError: Cannot read property 'length' of undefined. +PASS typedArray.set('hello world') threw exception RangeError: Source is too large. +PASS typedArray.set(otherArray, 1) threw exception RangeError: Source is too large. PASS successfullyParsed is true TEST COMPLETE |