| Index: LayoutTests/crypto/digest-expected.txt
|
| diff --git a/LayoutTests/crypto/digest-expected.txt b/LayoutTests/crypto/digest-expected.txt
|
| index c1047d9c22f188e1e1088e44ff06407bb0edd496..a7c7abe57f1346992dd63808e79ac2820ccce6e0 100644
|
| --- a/LayoutTests/crypto/digest-expected.txt
|
| +++ b/LayoutTests/crypto/digest-expected.txt
|
| @@ -14,6 +14,9 @@ Error (dummy implementation rejects this input)
|
| PASS crypto.subtle.digest({name: 'sha-1'}) threw exception TypeError: Not enough arguments.
|
| PASS crypto.subtle.digest({name: 'sha-1'}, null) threw exception TypeError: Type error.
|
| PASS crypto.subtle.digest({name: 'sha-1'}, 10) threw exception TypeError: Type error.
|
| +PASS crypto.subtle.digest({name: 'sha'}, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.digest(null, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| +PASS crypto.subtle.digest({}, data) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|