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

Unified Diff: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt

Issue 2167883003: [webcrypto] Align importKey()'s comments to reference the latest spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ad another comment Created 4 years, 5 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 | third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt
index ebe934db80f6c774ecbe275205e05c1c1afaeb5b..443a1c7c0bd866c04b882f1671e4cb71d2f9a22d 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt
@@ -8,7 +8,7 @@ importKey() with 'encrypt' usage...
error is: SyntaxError: Cannot create a key using the specified key usages.
importKey() with null key data...
-error is: TypeError: Key data must be a buffer for non-JWK formats
+error is: TypeError: Key data must be a BufferSource for non-JWK formats
importKey() with jwk format...
error is: NotSupportedError: Unsupported import key format for algorithm
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/crypto/subtle/importKey-badParameters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698