blob: dacfad409f5397e5a21456f226b018afa8201aed [file] [log] [blame]
Test exporting an HMAC key with malformed parameters
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS crypto.subtle.exportKey("spki", key) rejected promise with NotSupportedError: The algorithm is not supported.
PASS crypto.subtle.exportKey("pkcs8", key) rejected promise with NotSupportedError: The algorithm is not supported.
PASS successfullyParsed is true
TEST COMPLETE