| OLD | NEW |
| 1 Tests structured cloning of AES keys | 1 Tests structured cloning of AES 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 true | 9 PASS importedKey.extractable is true |
| 10 PASS importedKey.algorithm.name is "AES-CBC" | 10 PASS importedKey.algorithm.name is "AES-CBC" |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 PASS clonedKey.extractable is false | 560 PASS clonedKey.extractable is false |
| 561 PASS clonedKey.algorithm.name is "AES-GCM" | 561 PASS clonedKey.algorithm.name is "AES-GCM" |
| 562 PASS clonedKey.algorithm.length is 256 | 562 PASS clonedKey.algorithm.length is 256 |
| 563 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" | 563 PASS clonedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey" |
| 564 Serialized key bytes: 3f004b010920c2012000112233445546778899aabbccddeeff00010203
0405060708090a0b0c0d0e0f00 | 564 Serialized key bytes: 3f004b010920c2012000112233445546778899aabbccddeeff00010203
0405060708090a0b0c0d0e0f00 |
| 565 | 565 |
| 566 PASS successfullyParsed is true | 566 PASS successfullyParsed is true |
| 567 | 567 |
| 568 TEST COMPLETE | 568 TEST COMPLETE |
| 569 | 569 |
| OLD | NEW |