Index: third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/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/pbkdf2/importKey-failures-expected.txt |
similarity index 83% |
copy from third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
copy to third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/importKey-failures-expected.txt |
index 443a1c7c0bd866c04b882f1671e4cb71d2f9a22d..e7c698151e42733f7ab8155245b978fbdae483e3 100644 |
--- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/pbkdf2/importKey-failures-expected.txt |
@@ -1,4 +1,4 @@ |
-Test inputs to HKDF importKey() |
+Test bad inputs to PKBDF2 importKey() |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -18,6 +18,9 @@ error is: NotSupportedError: Unsupported import key format for algorithm |
importKey() with empty usages... |
error is: SyntaxError: Usages cannot be empty when creating a key. |
+ |
+importKey() with extractable=true ... |
+error is: SyntaxError: KDF keys must set extractable=false |
PASS successfullyParsed is true |
TEST COMPLETE |