Index: LayoutTests/crypto/subtle/hkdf-unwrapKey-expected.txt |
diff --git a/LayoutTests/crypto/subtle/hkdf-unwrapKey-expected.txt b/LayoutTests/crypto/subtle/hkdf-unwrapKey-expected.txt |
deleted file mode 100644 |
index c37309ab35d8fb79b76f4ba3afeba68824906692..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/subtle/hkdf-unwrapKey-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-Test unwrapping an HKDF key |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS wrappingKey.algorithm.name is "AES-GCM" |
-PASS typeof wrappingKey.extractable is 'boolean' |
-PASS wrappingKey.extractable is false |
-PASS wrappingKey.usages.join(',') is "encrypt,unwrapKey" |
-PASS unwrappedHkdfKey.algorithm.name is "HKDF" |
-PASS typeof unwrappedHkdfKey.extractable is 'boolean' |
-PASS unwrappedHkdfKey.extractable is false |
-PASS unwrappedHkdfKey.usages.join(',') is "deriveBits" |
- |
-Unwrap an HKDF key using pkcs8 as the format. |
-error is: NotSupportedError: Unsupported import key format for algorithm |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |