| OLD | NEW |
| 1 CONSOLE ERROR: key.algorithm does not match that of operation | 1 CONSOLE ERROR: key is not extractable |
| 2 Call encrypt using the wrong AES key | 2 Tests that an unextractable key cannot be wrapped. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS key.algorithm.name is "AES-GCM" | 7 PASS typeof key.extractable is 'boolean' |
| 8 PASS key.extractable is false |
| 8 PASS error is null | 9 PASS error is null |
| 9 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 10 | 11 |
| 11 TEST COMPLETE | 12 TEST COMPLETE |
| 12 | 13 |
| OLD | NEW |