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

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

Issue 2163053002: [webcrypto] Check for empty key usages *after* key creation rather than before, to match the spec's… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « components/webcrypto/algorithms/util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt
index c388e7acdb393a74892596746ff32d41a4fbc1f6..5d84c6cac4f0edb44c57a7d245ad021e693bab0c 100644
--- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/exportKey-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Calling exportKey() on an HKDF key...
-error is: NotSupportedError: Unsupported export key format for algorithm
+error is: NotSupportedError: The requested operation is unsupported
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « components/webcrypto/algorithms/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698