| OLD | NEW |
| 1 Test importing an EC key for ECDSA. | 1 Tests crypto.subtle.verify() using a BufferSource that is modified during algori
thm normalization |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Importing a public key... | 6 Importing RSA public key... |
| 7 | |
| 8 Importing a private key... | |
| 9 | |
| 10 Signing some text... | |
| 11 | 7 |
| 12 Verifying the signature... | 8 Verifying the signature... |
| 9 Accessed name property |
| 10 Corrupting data... |
| 13 PASS verificationResult is true | 11 PASS verificationResult is true |
| 14 | 12 |
| 15 Verifying a bad signature... | 13 Verifying the signature (again)... |
| 16 PASS verificationResult is false | 14 PASS verificationResult is false |
| 17 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 18 | 16 |
| 19 TEST COMPLETE | 17 TEST COMPLETE |
| 20 | 18 |
| OLD | NEW |