Index: LayoutTests/crypto/aes-cbc-unwrap-rsa-expected.txt |
diff --git a/LayoutTests/crypto/aes-cbc-unwrap-rsa-expected.txt b/LayoutTests/crypto/aes-cbc-unwrap-rsa-expected.txt |
deleted file mode 100644 |
index c17cd3260feeaba73b44614efcdc248f481fb753..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/aes-cbc-unwrap-rsa-expected.txt |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-Test unwrapping an RSA key with AES-CBC. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-Importing an unwrapping key... |
-PASS unwrappingKey.algorithm.name is 'AES-CBC' |
-Unwrapping a key... |
-PASS unwrappedKey.toString() is '[object CryptoKey]' |
-PASS unwrappedKey.type is 'public' |
-PASS unwrappedKey.usages is ['verify'] |
-PASS unwrappedKey.algorithm.name is 'RSASSA-PKCS1-v1_5' |
-PASS unwrappedKey.algorithm.modulusLength is 2048 |
-PASS Base64URL.stringify(unwrappedKey.algorithm.publicExponent) is publicKeyJSON.e |
-PASS unwrappedKey.algorithm.hash.name is 'SHA-256' |
-PASS unwrappedKey.extractable is false |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |