| Index: LayoutTests/crypto/aes-cbc-wrong-key-class-expected.txt
|
| diff --git a/LayoutTests/crypto/aes-key-usages-expected.txt b/LayoutTests/crypto/aes-cbc-wrong-key-class-expected.txt
|
| similarity index 60%
|
| copy from LayoutTests/crypto/aes-key-usages-expected.txt
|
| copy to LayoutTests/crypto/aes-cbc-wrong-key-class-expected.txt
|
| index 14667cf6fe8ca8a42ca4b98f714b453ed27a96b3..1e2b2e84e699dd704a41f1ef42eb59891c81aeae 100644
|
| --- a/LayoutTests/crypto/aes-key-usages-expected.txt
|
| +++ b/LayoutTests/crypto/aes-cbc-wrong-key-class-expected.txt
|
| @@ -1,9 +1,10 @@
|
| -Make sure that the usages of an AES key are respected
|
| +Test calling AES-CBC encrypt with a HMAC key.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -error is: InvalidAccessError: key.usages does not permit this operation
|
| +Importing a raw HMAC key from string literal...
|
| +Using the key to encrypt plaintext...
|
| error is: InvalidAccessError: key.usages does not permit this operation
|
| PASS successfullyParsed is true
|
|
|
|
|