blob: 1acf5dee14331a20b34b02a49649a2c51f2682b9 [file] [edit]
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: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE