blob: 800d98d77c271bb059859f5003096416e69723d5 [file] [log] [blame]
Tests calling cypto.subtle.sign and crypto.subtle.verify with incorrect inputs
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'
error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'
error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': The provided value is not of type '(ArrayBuffer or ArrayBufferView)'
error is: NotSupportedError: SHA-1: Unsupported operation: sign
error is: NotSupportedError: AES-CBC: Unsupported operation: sign
PASS successfullyParsed is true
TEST COMPLETE