| OLD | NEW |
| 1 CONSOLE ERROR: Invalid keyUsages argument | 1 CONSOLE ERROR: Invalid keyUsages argument |
| 2 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Missing required pro
perty | 2 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Missing required pro
perty |
| 3 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange | 3 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange |
| 4 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange | 4 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange |
| 5 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange | 5 CONSOLE ERROR: Algorithm: AES-CBC: AesKeyGenParams: length: Outside of numeric r
ange |
| 6 Tests generateKey() with bad AES-CBC parameters. | 6 Tests generateKey() with bad AES-CBC parameters. |
| 7 | 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 | 9 |
| 10 | 10 |
| 11 PASS crypto.subtle.generateKey({ name: 'aes-cbc', length: 1024 }, extractable, -
1) threw exception TypeError: The 3rd argument is neither an array, nor does it
have indexed properties.. | 11 PASS error is: TypeError: The 3rd argument is neither an array, nor does it have
indexed properties. |
| 12 PASS crypto.subtle.generateKey({ name: 'aes-cbc', length: 1024 }, extractable, n
ull) threw exception TypeError: The 3rd argument is neither an array, nor does i
t have indexed properties.. | 12 PASS error is: TypeError: The 3rd argument is neither an array, nor does it have
indexed properties. |
| 13 PASS error is null | 13 PASS error is null |
| 14 PASS error is null | 14 PASS error is null |
| 15 PASS error is null | 15 PASS error is null |
| 16 PASS error is null | 16 PASS error is null |
| 17 PASS error is null | 17 PASS error is null |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |