blob: 42830df3b134adc0308e723f999e8ca697480872 [file] [log] [blame]
Tests crypto.subtle.importKey() using a BufferSource that is modified during algorithm normalization
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Importing key...
Accessed name property
Corrupting keyData...
Exporting key...
PASS: Exported data should be [30112233445566778899aabbccddeeff] and was
Importing key (again)...
Importing second key...
PASS: Exported data should be [00002233445566778899aabbccddeeff] and was
PASS successfullyParsed is true
TEST COMPLETE