| Index: LayoutTests/crypto/rsa-importKey-badUsages-expected.txt
|
| diff --git a/LayoutTests/crypto/rsa-importKey-badUsages-expected.txt b/LayoutTests/crypto/rsa-importKey-badUsages-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ed07554d69268ab02d1c28aeafb20664c6f33e46
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/rsa-importKey-badUsages-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Tests that importing keys with invalid usages should fail with SyntaxError.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +error is: SyntaxError: Cannot create a key using the specified key usages.
|
| +error is: SyntaxError: Cannot create a key using the specified key usages.
|
| +error is: SyntaxError: Cannot create a key using the specified key usages.
|
| +error is: SyntaxError: Cannot create a key using the specified key usages.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|