Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / files / revoke-blob-url-expected.txt
blobde5a33a2b9e252c6b7749bf3248a2584fad54cbd
1 Test calling revokeObjectURL with no argument.
2 PASS: Failed to execute 'revokeObjectURL' on 'URL': 1 argument required, but only 0 present.
3 Test calling revokeObjectURL with empty URL.
4 PASS
5 Test calling revokeObjectURL with invalid URL.
6 PASS
7 Test calling revokeObjectURL with non-existent URL.
8 PASS
9 DONE