Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / wrapKey-badParameters-expected.txt
blobdb36ce4ef1626c2264b2aee0e1f0d5c465d9382c
1 Tests calls to wrapKey() with bad inputs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 error is: TypeError: Failed to execute 'wrapKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
7 error is: TypeError: Failed to execute 'wrapKey' on 'SubtleCrypto': parameter 3 is not of type 'CryptoKey'.
8 error is: TypeError: Algorithm: Not an object
9 error is: TypeError: Invalid keyFormat argument
10 error is: NotSupportedError: SHA-1: Unsupported operation: wrapKey
11 error is: InvalidAccessError: key.algorithm does not match that of operation
12 PASS successfullyParsed is true
14 TEST COMPLETE