| Index: LayoutTests/crypto/digest-expected.txt
|
| diff --git a/LayoutTests/crypto/digest-expected.txt b/LayoutTests/crypto/digest-expected.txt
|
| index 2c1e81c652421f6f134e430595f3845c994c7260..dc74a407c9e2e112ce3c5d3888473082f7dc957d 100644
|
| --- a/LayoutTests/crypto/digest-expected.txt
|
| +++ b/LayoutTests/crypto/digest-expected.txt
|
| @@ -11,7 +11,7 @@ SHA-256 rejects (dummy implementation)
|
| rejected with value of null
|
| Error (dummy implementation rejects this input)
|
| rejected with value of null
|
| -PASS crypto.subtle.digest({name: 'sha-1'}) threw exception TypeError: Not enough arguments.
|
| +PASS crypto.subtle.digest({name: 'sha-1'}) threw exception TypeError: Failed to execute 'digest' on 'SubtleCrypto': 2 arguments required, but only 1 present..
|
| PASS crypto.subtle.digest({name: 'sha-1'}, null) threw exception TypeError: Invalid dataBuffer argument.
|
| PASS crypto.subtle.digest({name: 'sha-1'}, 10) threw exception TypeError: Invalid dataBuffer argument.
|
| PASS crypto.subtle.digest({name: 'sha'}, data) threw exception NotSupportedError: Algorithm: Unrecognized algorithm name.
|
|
|