| Index: LayoutTests/crypto/aes-cbc-decrypt-failure.html
|
| diff --git a/LayoutTests/crypto/aes-cbc-decrypt-failure.html b/LayoutTests/crypto/aes-cbc-decrypt-failure.html
|
| index 2e8f0102c09553a84d75b011c5b05cc6e5b46f14..2c76ef429b21b0a4a9eb9e9380b88313d0d2b884 100644
|
| --- a/LayoutTests/crypto/aes-cbc-decrypt-failure.html
|
| +++ b/LayoutTests/crypto/aes-cbc-decrypt-failure.html
|
| @@ -33,6 +33,7 @@ function verifyDecryptionFails(newCipherTextLength)
|
| return crypto.subtle.decrypt(algorithm, key, newCipherText).then(function(result) {
|
| debug("FAIL: decrypting succeeded. " + description);
|
| }, function(result) {
|
| + logError(result);
|
| debug("PASS: decrypting failed. " + description);
|
| });
|
| }
|
|
|