Index: LayoutTests/crypto/random-values-types-expected.txt |
diff --git a/LayoutTests/crypto/random-values-types-expected.txt b/LayoutTests/crypto/random-values-types-expected.txt |
index 6d599d55061a042718ca56d4388ea15e90ad406f..761b9cafe192da52c9e7d47bf72634bcae441042 100644 |
--- a/LayoutTests/crypto/random-values-types-expected.txt |
+++ b/LayoutTests/crypto/random-values-types-expected.txt |
@@ -40,12 +40,12 @@ PASS random is an instance of Int32Array |
PASS view = new Int32Array(3) is defined. |
PASS random = crypto.getRandomValues(view) is defined. |
PASS random is view |
-PASS crypto.getRandomValues(new Float32Array(3)) threw exception Error: TypeMismatchError: DOM Exception 17. |
-PASS crypto.getRandomValues(new Float64Array(3)) threw exception Error: TypeMismatchError: DOM Exception 17. |
+PASS crypto.getRandomValues(new Float32Array(3)) threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object.. |
+PASS crypto.getRandomValues(new Float64Array(3)) threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object.. |
PASS buffer = new Uint8Array(32) is defined. |
PASS buffer.buffer is defined. |
PASS view = new DataView(buffer.buffer) is defined. |
-PASS crypto.getRandomValues(view) threw exception Error: TypeMismatchError: DOM Exception 17. |
+PASS crypto.getRandomValues(view) threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object.. |
PASS successfullyParsed is true |
TEST COMPLETE |