Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / filesystem / simple-required-arguments-getdirectory-expected.txt
blobb59ce1793a2c2eb48ca3807c5ab541cb4d6780a6
1 DirectoryEntry required arguments test.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 webkitRequestFileSystem(TEMPORARY, 100, successCallback, errorCallback);
7 Successfully obtained TEMPORARY FileSystem:file__0:Temporary
8 root = fileSystem.root
9 PASS root.getDirectory() threw exception TypeError: Failed to execute 'getDirectory' on 'DirectoryEntry': 1 argument required, but only 0 present..
10 PASS successfullyParsed is true
12 TEST COMPLETE