summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/flags-passing-expected.txt
blob: 5c87552030ac9973cc802beccac4555ed2b0277d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Passing Flags parameter tests. This test checks if passing Flags parameters to DirectoryEntry.getFile does not crash and works as expected.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


* Passing JSON Flags object.
* Passing JSON Flags object (with exclusive=true).
* Passing null as a WebKitFlags parameter.
* Passing a number as a WebKitFlags parameter.
Finished running tests.
PASS expectedCallbacksCount is 1
PASS unexpectedCallbacksCount is 0
PASS successfullyParsed is true

TEST COMPLETE