| Index: LayoutTests/crypto/normalize-algorithm-expected.txt
|
| diff --git a/LayoutTests/crypto/normalize-algorithm-expected.txt b/LayoutTests/crypto/normalize-algorithm-expected.txt
|
| index 2bb5312c3fa479191d19cb256f4623c7eb43e63d..bcf96a0110d6782bdfab70c4832bd33bf7dac5e8 100644
|
| --- a/LayoutTests/crypto/normalize-algorithm-expected.txt
|
| +++ b/LayoutTests/crypto/normalize-algorithm-expected.txt
|
| @@ -37,6 +37,9 @@ PASS normalizeSign({name: 'hmac', hash: { name: 'AES-CBC', iv: originalIv }}) th
|
| PASS algorithm.name is 'HMAC'
|
| PASS algorithm.hash.name is 'SHA-1'
|
| PASS normalizeEncrypt(validHmacSha1) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.encrypt(algorithmIdentifier, aesCbcKeyNoEncrypt) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.encrypt(algorithmIdentifier, hmacSha1Key) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.sign(algorithmIdentifier, hmacSha1Key) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|