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

Unified Diff: LayoutTests/crypto/subtle/unwrapKey-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/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
« no previous file with comments | « LayoutTests/crypto/subtle/unwrapKey-badParameters.html ('k') | LayoutTests/crypto/subtle/wrapKey-badParameters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698