| OLD | NEW |
| 1 CONSOLE ERROR: key is not extractable | |
| 2 Tests that an unextractable key cannot be wrapped. | 1 Tests that an unextractable key cannot be wrapped. |
| 3 | 2 |
| 4 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
". |
| 5 | 4 |
| 6 | 5 |
| 7 PASS typeof key.extractable is 'boolean' | 6 PASS typeof key.extractable is 'boolean' |
| 8 PASS key.extractable is false | 7 PASS key.extractable is false |
| 9 PASS error is null | 8 error is: InvalidAccessError: key is not extractable |
| 10 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 11 | 10 |
| 12 TEST COMPLETE | 11 TEST COMPLETE |
| 13 | 12 |
| OLD | NEW |