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 443a1c7c0bd866c04b882f1671e4cb71d2f9a22d..7e32a657ad57564fc572ccc95efd0ce9487c2d0e 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 |
@@ -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 |