Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: LayoutTests/fast/filesystem/op-remove-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 * Running: RemoveSimple 1 * Running: RemoveSimple
2 PASS Succeeded: "/a".remove() 2 PASS Succeeded: "/a".remove()
3 PASS Succeeded: "/b".remove() 3 PASS Succeeded: "/b".remove()
4 PASS this.expectedErrorCode + "" is "9" 4 PASS this.expectedError + "" is "InvalidModificationError"
5 PASS Verified entry does NOT exist: /a 5 PASS Verified entry does NOT exist: /a
6 PASS Verified entry does NOT exist: /b 6 PASS Verified entry does NOT exist: /b
7 * Running: RemoveNonRecursiveWithChildren 7 * Running: RemoveNonRecursiveWithChildren
8 PASS this.expectedErrorCode + "" is "9" 8 PASS this.expectedError + "" is "InvalidModificationError"
9 PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY} 9 PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
10 PASS Verified entry: ENTRY {path:/a/b name:b 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} 11 PASS Verified entry: ENTRY {path:/a/c name:c type:FILE}
12 * Running: RemoveRecursiveWithoutChildren 12 * Running: RemoveRecursiveWithoutChildren
13 PASS Succeeded: "/a".removeRecursively() 13 PASS Succeeded: "/a".removeRecursively()
14 PASS Verified entry does NOT exist: /a 14 PASS Verified entry does NOT exist: /a
15 * Running: RemoveRecursiveWithChildren 15 * Running: RemoveRecursiveWithChildren
16 PASS Succeeded: "/a".removeRecursively() 16 PASS Succeeded: "/a".removeRecursively()
17 PASS this.expectedErrorCode + "" is "9" 17 PASS this.expectedError + "" is "InvalidModificationError"
18 PASS Verified entry does NOT exist: /a 18 PASS Verified entry does NOT exist: /a
19 Finished running tests. 19 Finished running tests.
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698