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

Unified Diff: LayoutTests/crypto/subtle/exportKey-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/exportKey-badParameters-expected.txt
diff --git a/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt b/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
index 5310696ba6e6ffffc23df5fa834ebff8ee44568c..0af84d01205381879e467927233e8636913a936b 100644
--- a/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
+++ b/LayoutTests/crypto/subtle/exportKey-badParameters-expected.txt
@@ -3,8 +3,8 @@ Tests exportKey() given 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 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: Invalid keyFormat argument
error is: TypeError: Invalid keyFormat argument
error is: TypeError: Invalid keyFormat argument
« no previous file with comments | « LayoutTests/crypto/subtle/aes-export-key-expected.txt ('k') | LayoutTests/crypto/subtle/unwrapKey-badParameters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698