Index: LayoutTests/crypto/rsa-export-key-expected.txt |
diff --git a/LayoutTests/crypto/rsa-export-key-expected.txt b/LayoutTests/crypto/rsa-export-key-expected.txt |
deleted file mode 100644 |
index b5e7383e6166a856024f104742271dee9fbf4894..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/rsa-export-key-expected.txt |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-Test exporting an RSA key. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
- |
-Importing a JWK key... |
-error is: TypeError: Invalid keyFormat argument |
-error is: TypeError: Invalid keyFormat argument |
-error is: TypeError: Invalid keyFormat argument |
-error is: TypeError: Invalid keyFormat argument |
-error is: TypeError: Invalid keyFormat argument |
- |
-Exporting the key as JWK... |
-PASS exportedJWK.kty is 'RSA' |
-PASS exportedJWK.n is publicKeyJSON.n |
-PASS exportedJWK.e is publicKeyJSON.e |
-PASS exportedJWK.alg is 'RS256' |
-PASS exportedJWK.ext is true |
-PASS exportedJWK.use is undefined |
-PASS exportedJWK.key_ops is ['verify'] |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |