summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/simple-required-arguments-getdirectory-expected.txt
blob: b59ce1793a2c2eb48ca3807c5ab541cb4d6780a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: Failed to execute 'getDirectory' on 'DirectoryEntry': 1 argument required, but only 0 present..
PASS successfullyParsed is true

TEST COMPLETE