| Index: third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt
|
| index 1e2b2e84e699dd704a41f1ef42eb59891c81aeae..31677a968b88ebd3fbf025faf48dd3557741c671 100644
|
| --- a/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/wrong-key-class-expected.txt
|
| @@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Importing a raw HMAC key from string literal...
|
| -Using the key to encrypt plaintext...
|
| -error is: InvalidAccessError: key.usages does not permit this operation
|
| +Using the HMAC key for AES-CBC encryption...
|
| +error is: InvalidAccessError: key.algorithm does not match that of operation
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|