| OLD | NEW |
| 1 Tests structured cloning of PBKDF2 keys | 1 Tests structured cloning of PBKDF2 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 "secret" | 7 PASS importedKey.type is "secret" |
| 8 PASS typeof importedKey.extractable is 'boolean' | 8 PASS typeof importedKey.extractable is 'boolean' |
| 9 PASS importedKey.extractable is false | 9 PASS importedKey.extractable is false |
| 10 PASS importedKey.algorithm.name is "PBKDF2" | 10 PASS importedKey.algorithm.name is "PBKDF2" |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 PASS typeof clonedKey.extractable is 'boolean' | 405 PASS typeof clonedKey.extractable is 'boolean' |
| 406 PASS clonedKey.extractable is false | 406 PASS clonedKey.extractable is false |
| 407 PASS clonedKey.algorithm.name is "PBKDF2" | 407 PASS clonedKey.algorithm.name is "PBKDF2" |
| 408 PASS clonedKey.usages.join(',') is "deriveKey,deriveBits" | 408 PASS clonedKey.usages.join(',') is "deriveKey,deriveBits" |
| 409 Serialized key bytes: 3f004b0611a0020b00112233445546778899aa00 | 409 Serialized key bytes: 3f004b0611a0020b00112233445546778899aa00 |
| 410 | 410 |
| 411 PASS successfullyParsed is true | 411 PASS successfullyParsed is true |
| 412 | 412 |
| 413 TEST COMPLETE | 413 TEST COMPLETE |
| 414 | 414 |
| OLD | NEW |