blob: 6818a68bbeceabd28a75cb974606a9930e13e7f0 [file] [log] [blame]
DirectoryEntry.getMetadata 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.getMetadata() threw exception TypeError: Failed to execute 'getMetadata' on 'Entry': 1 argument required, but only 0 present..
PASS successfullyParsed is true
TEST COMPLETE