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

Unified Diff: LayoutTests/crypto/importKey-badParameters-expected.txt

Issue 336173002: [webcrypto] Require importKey() for JWK to provide data as a Javascript object rather than a JSON a… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update additional tests Created 6 years, 6 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 | « LayoutTests/crypto/import-jwk-expected.txt ('k') | LayoutTests/crypto/jwk-import-use-values.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/importKey-badParameters-expected.txt
diff --git a/LayoutTests/crypto/importKey-badParameters-expected.txt b/LayoutTests/crypto/importKey-badParameters-expected.txt
index 9ee4188fd6ce035ed6dbb3a586add704b35e6bea..925494058c32d08e45510efab5762c04236aabbe 100644
--- a/LayoutTests/crypto/importKey-badParameters-expected.txt
+++ b/LayoutTests/crypto/importKey-badParameters-expected.txt
@@ -3,7 +3,7 @@ Tests calling cypto.subtle.importKey with bad parameters
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
+error is: DataError: Key data must be a buffer for non-JWK formats
error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: SyntaxError: Algorithm: Not an object
error is: SyntaxError: Invalid keyFormat argument
« no previous file with comments | « LayoutTests/crypto/import-jwk-expected.txt ('k') | LayoutTests/crypto/jwk-import-use-values.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698