Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: LayoutTests/crypto/subtle/aes-export-key-expected.txt

Issue 978353002: Add [TypeChecking=Unrestricted] to SubtleCrypto interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698