| Index: LayoutTests/crypto/sign-verify-expected.txt
|
| diff --git a/LayoutTests/crypto/sign-verify-expected.txt b/LayoutTests/crypto/sign-verify-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..72ccb1fa8b725b3c40b184a3847c0e3fa9ca3cd3
|
| --- /dev/null
|
| +++ b/LayoutTests/crypto/sign-verify-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Tests cypto.subtle.sign and crypto.subtle.verify
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, null) threw exception TypeError: Type error.
|
| +PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, 'a') threw exception TypeError: Type error.
|
| +PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, []) threw exception TypeError: Type error.
|
| +PASS signResult.byteLength is 17
|
| +PASS verifyResult1 is true
|
| +PASS verifyResult2 is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|