summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/files/url-required-arguments-expected.txt
blob: 4fb027d494f08b5cb6e9e225eeed3b95f44d1ff5 (plain)
1
2
3
4
5
6
7
8
9
10
Test required arguments of URL object.

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

PASS URL.createObjectURL() threw exception TypeError: Failed to execute 'createObjectURL' on 'URL': 1 argument required, but only 0 present..
PASS URL.revokeObjectURL() threw exception TypeError: Failed to execute 'revokeObjectURL' on 'URL': 1 argument required, but only 0 present..
PASS successfullyParsed is true

TEST COMPLETE