Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / crypto / subtle / exportKey-badParameters-expected.txt
blob0af84d01205381879e467927233e8636913a936b
1 Tests exportKey() given bad inputs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
7 error is: TypeError: Failed to execute 'exportKey' on 'SubtleCrypto': parameter 2 is not of type 'CryptoKey'.
8 error is: TypeError: Invalid keyFormat argument
9 error is: TypeError: Invalid keyFormat argument
10 error is: TypeError: Invalid keyFormat argument
11 PASS successfullyParsed is true
13 TEST COMPLETE