| Index: LayoutTests/crypto/encrypt-decrypt-expected.txt
|
| diff --git a/LayoutTests/crypto/encrypt-decrypt-expected.txt b/LayoutTests/crypto/encrypt-decrypt-expected.txt
|
| index 26b6b334bfa0c52b8f83ce5e87f158173454421a..e2e75404029ec00f4fd8b3eecc5573c896f5f634 100644
|
| --- a/LayoutTests/crypto/encrypt-decrypt-expected.txt
|
| +++ b/LayoutTests/crypto/encrypt-decrypt-expected.txt
|
| @@ -7,8 +7,8 @@ PASS crypto.subtle.encrypt({name: 'AES-CBC', iv: null}, keys.aesCbc, data) threw
|
| PASS crypto.subtle.encrypt({name: 'AES-CBC'}, keys.aesCbc, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS crypto.subtle.encrypt({name: 'AES-CBC', iv: 3}, keys.aesCbc, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS crypto.subtle.encrypt({name: 'AES-CBC', iv: new Uint8Array[0]}, keys.aesCbc, data) threw exception TypeError: undefined is not a function.
|
| -PASS crypto.subtle.encrypt(aesCbc, keys.hmacSha1, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| -PASS crypto.subtle.encrypt(aesCbc, keys.aesCbcJustDecrypt, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.encrypt(aesCbc, keys.hmacSha1, data) threw exception NotSupportedError: key.algorithm does not match that of operation.
|
| +PASS crypto.subtle.encrypt(aesCbc, keys.aesCbcJustDecrypt, data) threw exception NotSupportedError: key.usages does not permit this operation.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|