Index: LayoutTests/crypto/subtle/aes-export-key-expected.txt |
diff --git a/LayoutTests/crypto/subtle/aes-export-key-expected.txt b/LayoutTests/crypto/subtle/aes-export-key-expected.txt |
index ca56562a3b149b111503ca922ce3c7587aa5465d..1c6877f6342d5893d427a7516445a873086326a0 100644 |
--- a/LayoutTests/crypto/subtle/aes-export-key-expected.txt |
+++ b/LayoutTests/crypto/subtle/aes-export-key-expected.txt |
@@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': 2 arguments required, but only 1 present. |
-error is: TypeError: Invalid key argument |
-error is: TypeError: Invalid key argument |
-error is: TypeError: Invalid key argument |
-error is: TypeError: Invalid key argument |
+error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'. |
+error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'. |
+error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'. |
+error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'. |
Importing a JWK key... |
error is: TypeError: Invalid keyFormat argument |