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

Unified Diff: LayoutTests/fast/filesystem/op-restricted-names-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-names-expected.txt
diff --git a/LayoutTests/fast/filesystem/op-restricted-names-expected.txt b/LayoutTests/fast/filesystem/op-restricted-names-expected.txt
index 89bd2d596344e9719b4047e1abf58ca8cf93e93c..a6cb04dbfe0f08ff1fac3c298178ca3010283f57 100644
--- a/LayoutTests/fast/filesystem/op-restricted-names-expected.txt
+++ b/LayoutTests/fast/filesystem/op-restricted-names-expected.txt
@@ -1,6 +1,6 @@
* Running: RestrictedNames
-PASS this.expectedErrorCode + "" is "2"
-PASS this.expectedErrorCode + "" is "2"
+PASS this.expectedError + "" is "SecurityError"
+PASS this.expectedError + "" is "SecurityError"
PASS Succeeded: "/".getFile("con")
PASS Succeeded: "/".getFile("CON")
PASS Succeeded: "/".getFile("Con")

Powered by Google App Engine
This is Rietveld 408576698