blob: 01e3d5dd797920601121437a584ba7a1b6a9f798 [file] [log] [blame]
Entry.remove() required arguments test.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
webkitRequestFileSystem(TEMPORARY, 100, successCallback, errorCallback);
Successfully obtained TEMPORARY FileSystem:file__0:Temporary
root = fileSystem.root
PASS root.remove() threw exception TypeError: Failed to execute 'remove' on 'Entry': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE