Index: third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt |
index bf5165fe06e71906ec14a4393224aabfcd684b8d..670302a467869cb8a83b96ddfdd42c2344706b55 100644 |
--- a/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt |
@@ -2,7 +2,7 @@ Verifies that out-of-range parameters for creation, slicing and setting of WebGL |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS Construction of Int8Array with null buffer threw exception |
+PASS Construction of Int8Array with null buffer should not throw exception |
PASS Construction of Int8Array with out-of-range values threw exception |
PASS Construction of Int8Array with negative out-of-range values threw exception |
Testing subarray of Int8Array |
@@ -12,7 +12,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Int8Array from array with out-of-range offset was caught |
PASS Setting Int8Array from fake array with invalid length was caught |
PASS Setting Int8Array from Int8Array with out-of-range offset was caught |
-PASS Construction of Uint8Array with null buffer threw exception |
+PASS Construction of Uint8Array with null buffer should not throw exception |
PASS Construction of Uint8Array with out-of-range values threw exception |
PASS Construction of Uint8Array with negative out-of-range values threw exception |
Testing subarray of Uint8Array |
@@ -22,7 +22,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Uint8Array from array with out-of-range offset was caught |
PASS Setting Uint8Array from fake array with invalid length was caught |
PASS Setting Uint8Array from Uint8Array with out-of-range offset was caught |
-PASS Construction of Int16Array with null buffer threw exception |
+PASS Construction of Int16Array with null buffer should not throw exception |
PASS Construction of Int16Array with out-of-range values threw exception |
PASS Construction of Int16Array with negative out-of-range values threw exception |
Testing subarray of Int16Array |
@@ -32,7 +32,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Int16Array from array with out-of-range offset was caught |
PASS Setting Int16Array from fake array with invalid length was caught |
PASS Setting Int16Array from Int16Array with out-of-range offset was caught |
-PASS Construction of Uint16Array with null buffer threw exception |
+PASS Construction of Uint16Array with null buffer should not throw exception |
PASS Construction of Uint16Array with out-of-range values threw exception |
PASS Construction of Uint16Array with negative out-of-range values threw exception |
Testing subarray of Uint16Array |
@@ -42,7 +42,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Uint16Array from array with out-of-range offset was caught |
PASS Setting Uint16Array from fake array with invalid length was caught |
PASS Setting Uint16Array from Uint16Array with out-of-range offset was caught |
-PASS Construction of Int32Array with null buffer threw exception |
+PASS Construction of Int32Array with null buffer should not throw exception |
PASS Construction of Int32Array with out-of-range values threw exception |
PASS Construction of Int32Array with negative out-of-range values threw exception |
Testing subarray of Int32Array |
@@ -52,7 +52,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Int32Array from array with out-of-range offset was caught |
PASS Setting Int32Array from fake array with invalid length was caught |
PASS Setting Int32Array from Int32Array with out-of-range offset was caught |
-PASS Construction of Uint32Array with null buffer threw exception |
+PASS Construction of Uint32Array with null buffer should not throw exception |
PASS Construction of Uint32Array with out-of-range values threw exception |
PASS Construction of Uint32Array with negative out-of-range values threw exception |
Testing subarray of Uint32Array |
@@ -62,7 +62,7 @@ PASS array.subarray(4, -2147483648).length is 0 |
PASS Setting Uint32Array from array with out-of-range offset was caught |
PASS Setting Uint32Array from fake array with invalid length was caught |
PASS Setting Uint32Array from Uint32Array with out-of-range offset was caught |
-PASS Construction of Float32Array with null buffer threw exception |
+PASS Construction of Float32Array with null buffer should not throw exception |
PASS Construction of Float32Array with out-of-range values threw exception |
PASS Construction of Float32Array with negative out-of-range values threw exception |
Testing subarray of Float32Array |