Index: LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt |
diff --git a/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt b/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt |
index accdbd2c30479a3d06a140001389444e5ea29e33..6f5cec4e34ae86701b0381e4c3a6bf663565f6ae 100644 |
--- a/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt |
+++ b/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt |
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)' |
-error is: TypeError: Invalid unwrappingKey argument |
+error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'. |
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The 7th argument is neither an array, nor does it have indexed properties. |
error is: TypeError: Algorithm: Not an object |
error is: NotSupportedError: Algorithm: Unrecognized name |