Index: LayoutTests/crypto/jwk-export-use-values-expected.txt |
diff --git a/LayoutTests/crypto/jwk-export-use-values-expected.txt b/LayoutTests/crypto/jwk-export-use-values-expected.txt |
deleted file mode 100644 |
index 4737dafd0f8105652b5c9881d80a35df030d564e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/jwk-export-use-values-expected.txt |
+++ /dev/null |
@@ -1,53 +0,0 @@ |
-Test exporting keys with various usages to JWK. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-encrypt: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["encrypt"] |
- |
-decrypt: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["decrypt"] |
- |
-encrypt,decrypt: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["encrypt","decrypt"] |
- |
-wrapKey: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["wrapKey"] |
- |
-unwrapKey: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["unwrapKey"] |
- |
-wrapKey,unwrapKey: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["wrapKey","unwrapKey"] |
- |
-encrypt,decrypt,wrapKey: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["encrypt","decrypt","wrapKey"] |
- |
-encrypt,decrypt,wrapKey,unwrapKey: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["encrypt","decrypt","wrapKey","unwrapKey"] |
- |
-sign: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["sign"] |
- |
-verify: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["verify"] |
- |
-sign,verify: |
-PASS jwk.use is undefined |
-PASS jwk.key_ops is ["sign","verify"] |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |