blob: acb125603c9fd22db155726addcdb9470c0542e1 [file] [log] [blame]
DirectoryEntry 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.getDirectory() threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE