Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / filesystem / op-remove-expected.txt
blob1eaf757d354d196d6d87aa5a590b6ce26c0d6d0c
1 * Running: RemoveSimple
2 PASS Succeeded: "/a".remove()
3 PASS Succeeded: "/b".remove()
4 PASS this.expectedError + "" is "InvalidModificationError"
5 PASS Verified entry does NOT exist: /a
6 PASS Verified entry does NOT exist: /b
7 * Running: RemoveNonRecursiveWithChildren
8 PASS this.expectedError + "" is "InvalidModificationError"
9 PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
10 PASS Verified entry: ENTRY {path:/a/b name:b type:DIRECTORY}
11 PASS Verified entry: ENTRY {path:/a/c name:c type:FILE}
12 * Running: RemoveRecursiveWithoutChildren
13 PASS Succeeded: "/a".removeRecursively()
14 PASS Verified entry does NOT exist: /a
15 * Running: RemoveRecursiveWithChildren
16 PASS Succeeded: "/a".removeRecursively()
17 PASS this.expectedError + "" is "InvalidModificationError"
18 PASS Verified entry does NOT exist: /a
19 Finished running tests.
20 PASS successfullyParsed is true
22 TEST COMPLETE