Index: LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt |
diff --git a/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt b/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt |
deleted file mode 100644 |
index c1bc9add9e45bd06d3334b6aa1b26e34c300a93d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-Tests generateKey() with bad RSASSA-PKCS1-v1_5 parameters. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-error is: TypeError: RsaHashedKeyGenParams: modulusLength: Outside of numeric range |
-error is: TypeError: RsaHashedKeyGenParams: modulusLength: Is not a number |
-error is: TypeError: RsaHashedKeyGenParams: modulusLength: Missing required property |
-error is: TypeError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array |
-error is: TypeError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array |
-error is: TypeError: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array |
-error is: NotSupportedError: The modulus length must be a multiple of 8 bits and >= 256 and <= 16384 |
-error is: DataError: The "publicExponent" must be either 3 or 65537 |
-error is: NotSupportedError: RsaHashedKeyGenParams: hash: Algorithm: Unrecognized name |
-error is: TypeError: RsaHashedKeyGenParams: hash: Missing or not an AlgorithmIdentifier |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |