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

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

Issue 2159313002: Miscelaneous updates to WebCrypto to match latest spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: spelling fix cal --> call 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 0e37504c672b75534e33a096a489927dc1a89f95..ebe934db80f6c774ecbe275205e05c1c1afaeb5b 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: DataError: Key data must be a buffer for non-JWK formats
+error is: TypeError: Key data must be a buffer 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