| OLD | NEW |
| 1 Tests structured cloning of EC public keys | 1 Tests structured cloning of EC public keys |
| 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 PASS importedKey.extraProperty is "hi" | 6 PASS importedKey.extraProperty is "hi" |
| 7 PASS importedKey.type is "public" | 7 PASS importedKey.type is "public" |
| 8 PASS typeof importedKey.extractable is 'boolean' | 8 PASS typeof importedKey.extractable is 'boolean' |
| 9 PASS importedKey.extractable is true | 9 PASS importedKey.extractable is true |
| 10 PASS importedKey.algorithm.name is "ECDSA" | 10 PASS importedKey.algorithm.name is "ECDSA" |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 PASS clonedKey.extractable is false | 210 PASS clonedKey.extractable is false |
| 211 PASS clonedKey.algorithm.name is "ECDSA" | 211 PASS clonedKey.algorithm.name is "ECDSA" |
| 212 PASS clonedKey.algorithm.namedCurve is "P-521" | 212 PASS clonedKey.algorithm.namedCurve is "P-521" |
| 213 PASS clonedKey.usages.join(',') is "verify" | 213 PASS clonedKey.usages.join(',') is "verify" |
| 214 Serialized key bytes: 3f004b050e0103109e0130819b301006072a8648ce3d020106052b8104
0023038186000400f50a08703250c15f043c8c46e99783435245cf98f4f2694b0e2f8d029a514dd6
f0b086d4ed892000cd5590107aae69c4c0a7a95f7cf74e5770a07d5db55bce4ab400f2c770bab8b9
be4cdb6ecd3dc26c698da0d2599cebf3d904f7f9ca3a55e64731810d73cd317264e50baba4bc2860
857e16d6cbb79501bc9e3a32bd172ea8a71dee | 214 Serialized key bytes: 3f004b050e0103109e0130819b301006072a8648ce3d020106052b8104
0023038186000400f50a08703250c15f043c8c46e99783435245cf98f4f2694b0e2f8d029a514dd6
f0b086d4ed892000cd5590107aae69c4c0a7a95f7cf74e5770a07d5db55bce4ab400f2c770bab8b9
be4cdb6ecd3dc26c698da0d2599cebf3d904f7f9ca3a55e64731810d73cd317264e50baba4bc2860
857e16d6cbb79501bc9e3a32bd172ea8a71dee |
| 215 | 215 |
| 216 PASS successfullyParsed is true | 216 PASS successfullyParsed is true |
| 217 | 217 |
| 218 TEST COMPLETE | 218 TEST COMPLETE |
| 219 | 219 |
| OLD | NEW |