chromium/third_party/blink/web_tests/crypto/subtle/unwrapKey-badParameters-expected.txt

Tests calls to unwrapKey() with bad inputs.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'.
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'.
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': The provided value cannot be converted to a sequence.
error is: NotSupportedError: Failed to execute 'unwrapKey' on 'SubtleCrypto': Algorithm: Unrecognized name
error is: NotSupportedError: Failed to execute 'unwrapKey' on 'SubtleCrypto': Algorithm: Unrecognized name
error is: TypeError: Failed to execute 'unwrapKey' on 'SubtleCrypto': Invalid keyFormat argument
error is: NotSupportedError: Failed to execute 'unwrapKey' on 'SubtleCrypto': SHA-1: Unsupported operation: unwrapKey
error is: InvalidAccessError: key.algorithm does not match that of operation
PASS successfullyParsed is true

TEST COMPLETE