Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / filesystem / op-get-metadata-expected.txt
blobc72e342e8084c2d94f8edeb414808f2190f72433
1 * Running: GetMetadata
2 PASS Succeeded: "/".getMetadata()
3 PASS Succeeded: "/".getDirectory("/a")
4 PASS Succeeded: "/a".getMetadata()
5 PASS this.environment["/a.returned.modificationTime"] is >= this.roundedStartDate
6 PASS Succeeded: "/file1".getMetadata()
7 PASS this.environment["/file1.returned.modificationTime"] is >= this.roundedStartDate
8 PASS Succeeded: "/file2".getMetadata()
9 PASS this.environment["/file2.returned.modificationTime"] is >= this.roundedStartDate
10 PASS this.environment["/file2.size"] is this.environment["/file2.returned.size"]
11 PASS Succeeded: "/file3".getMetadata()
12 PASS this.environment["/file3.returned.modificationTime"] is >= this.roundedStartDate
13 PASS this.environment["/file3.size"] is this.environment["/file3.returned.size"]
14 PASS Succeeded: "/".getFile("/b")
15 PASS Succeeded: "/b".getMetadata()
16 PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDate
17 PASS Succeeded: "/tmp".remove()
18 PASS this.expectedError + "" is "NotFoundError"
19 PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/.returned.modificationTime"]
20 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/.returned.modificationTime"]
21 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a.returned.modificationTime"]
22 Finished running tests.
23 PASS successfullyParsed is true
25 TEST COMPLETE