Index: LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt |
diff --git a/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt b/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt |
deleted file mode 100644 |
index 66f065879d7da90954552b1a0b6731e96e4b9a6c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/aes-cbc-wrap-rsa-non-extractable-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test wrapping an RSA key with AES-CBC. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Importing a key to wrap... |
-PASS key.algorithm.name is 'RSASSA-PKCS1-v1_5' |
-Importing a key encryption key... |
-PASS wrappingKey.algorithm.name is 'AES-CBC' |
-wrapping the key... |
-PASS Rejected: InvalidAccessError: key is not extractable |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |