Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / url-required-arguments-expected.txt
blob4fb027d494f08b5cb6e9e225eeed3b95f44d1ff5
1 Test required arguments of URL object.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS URL.createObjectURL() threw exception TypeError: Failed to execute 'createObjectURL' on 'URL': 1 argument required, but only 0 present..
6 PASS URL.revokeObjectURL() threw exception TypeError: Failed to execute 'revokeObjectURL' on 'URL': 1 argument required, but only 0 present..
7 PASS successfullyParsed is true
9 TEST COMPLETE