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

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

Issue 2289033002: Require extractable=false for KDF import (Closed)
Patch Set: update another test Created 4 years, 3 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: 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 5d84c6cac4f0edb44c57a7d245ad021e693bab0c..b5e6da44a5a32475f59b1f31f33afef7ef6a0ef3 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: The requested operation is unsupported
+error is: InvalidAccessError: key is not extractable
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698