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

Unified Diff: LayoutTests/fast/filesystem/op-restricted-chars-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/filesystem/op-restricted-chars-expected.txt
diff --git a/LayoutTests/fast/filesystem/op-restricted-chars-expected.txt b/LayoutTests/fast/filesystem/op-restricted-chars-expected.txt
index 24494468a8aaca645516fb808bf98b6019bcb18c..11ad0edadae6e5fd5292c1528e46be9b8a12b029 100644
--- a/LayoutTests/fast/filesystem/op-restricted-chars-expected.txt
+++ b/LayoutTests/fast/filesystem/op-restricted-chars-expected.txt
@@ -18,15 +18,15 @@ PASS Succeeded: "/".getFile("ab?")
PASS Succeeded: "/".getFile("ab*")
PASS Succeeded: "/".getFile("ab"")
PASS Succeeded: "/".getFile("ab|")
-PASS this.expectedErrorCode + "" is "9"
+PASS this.expectedError + "" is "InvalidModificationError"
PASS Succeeded: "/ab".copyTo("/", " a<b")
PASS Succeeded: "/ab".copyTo("/", " a:b")
PASS Succeeded: "/ab".copyTo("/", " a?b")
PASS Succeeded: "/ab".copyTo("/", " a*b")
PASS Succeeded: "/ab".copyTo("/", " a"b")
PASS Succeeded: "/ab".copyTo("/", " a|b")
-PASS this.expectedErrorCode + "" is "9"
-PASS this.expectedErrorCode + "" is "9"
+PASS this.expectedError + "" is "InvalidModificationError"
+PASS this.expectedError + "" is "InvalidModificationError"
PASS Verified entry: ENTRY {path:/ab name:ab type:DIRECTORY}
PASS Verified entry: ENTRY {path:/a<b name:a<b type:FILE}
PASS Verified entry: ENTRY {path:/ a|b name: a|b type:DIRECTORY}
« no previous file with comments | « LayoutTests/fast/filesystem/op-remove-expected.txt ('k') | LayoutTests/fast/filesystem/op-restricted-names-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698