Index: LayoutTests/crypto/aes-cbc-parseAlgorithm-failures-expected.txt |
diff --git a/LayoutTests/crypto/aes-cbc-parseAlgorithm-failures-expected.txt b/LayoutTests/crypto/aes-cbc-parseAlgorithm-failures-expected.txt |
deleted file mode 100644 |
index 226a47c3e8f319c3b223f65ad1cf2457ef28c394..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/aes-cbc-parseAlgorithm-failures-expected.txt |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-Tests bad algorithm inputs for AES-CBC |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-error is: TypeError: AesCbcParams: iv: Not a BufferSource |
-error is: TypeError: AesCbcParams: iv: Missing required property |
-error is: TypeError: AesCbcParams: iv: Not a BufferSource |
-error is: OperationError: The "iv" has an unexpected length -- must be 16 bytes |
-error is: OperationError: The "iv" has an unexpected length -- must be 16 bytes |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |