| Index: third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
|
| similarity index 52%
|
| copy from third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt
|
| copy to third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
|
| index 70ee8f8fde7c14bbfb8f32efdac88e2df46c9d70..327985e2d991981b5fb0a1cc228036777cebfd56 100644
|
| --- a/third_party/WebKit/LayoutTests/crypto/subtle/ecdsa/sign-verify-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/crypto/subtle/modify-verify-data-during-normalization-expected.txt
|
| @@ -1,18 +1,16 @@
|
| -Test importing an EC key for ECDSA.
|
| +Tests crypto.subtle.verify() using a BufferSource that is modified during algorithm normalization
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -Importing a public key...
|
| -
|
| -Importing a private key...
|
| -
|
| -Signing some text...
|
| +Importing RSA public key...
|
|
|
| Verifying the signature...
|
| +Accessed name property
|
| +Corrupting data...
|
| PASS verificationResult is true
|
|
|
| -Verifying a bad signature...
|
| +Verifying the signature (again)...
|
| PASS verificationResult is false
|
| PASS successfullyParsed is true
|
|
|
|
|