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

Unified Diff: LayoutTests/crypto/subtle/wrapKey-badParameters-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
Index: LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt
diff --git a/LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt b/LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt
index 48b6b5e0c603880a1150d6677baef7fb9e71ce82..db36ce4ef1626c2264b2aee0e1f0d5c465d9382c 100644
--- a/LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt
+++ b/LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt
@@ -3,8 +3,8 @@ Tests calls to wrapKey() with bad inputs.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-error is: TypeError: Invalid key argument
-error is: TypeError: Invalid wrappingKey argument
+error is: TypeError: Failed to execute 'wrapKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
+error is: TypeError: Failed to execute 'wrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'.
error is: TypeError: Algorithm: Not an object
error is: TypeError: Invalid keyFormat argument
error is: NotSupportedError: SHA-1: Unsupported operation: wrapKey
« no previous file with comments | « LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt ('k') | Source/modules/crypto/SubtleCrypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698