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

Unified Diff: LayoutTests/http/tests/filesystem/resolve-uri-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/http/tests/filesystem/resolve-uri-expected.txt
diff --git a/LayoutTests/http/tests/filesystem/resolve-uri-expected.txt b/LayoutTests/http/tests/filesystem/resolve-uri-expected.txt
index 23720f593beb18413eceaaccd453f88c66260c2e..bdac8b550285dd51add98cdf0dc508fe4dd20aca 100644
--- a/LayoutTests/http/tests/filesystem/resolve-uri-expected.txt
+++ b/LayoutTests/http/tests/filesystem/resolve-uri-expected.txt
@@ -10,19 +10,19 @@ PASS isFile is true
PASS expectedPath is actualPath
PASS isFile is true
* Resolving a URL with the wrong security origin (domain)
-PASS FileError.SECURITY_ERR is errorCode
+PASS "SecurityError" is errorName
* Resolving a URL with the wrong security origin (port)
-PASS FileError.SECURITY_ERR is errorCode
+PASS "SecurityError" is errorName
* Resolving a URL with the wrong security origin (scheme)
-PASS FileError.SECURITY_ERR is errorCode
+PASS "SecurityError" is errorName
* Resolving a completely bogus URL.
-PASS FileError.ENCODING_ERR is errorCode
+PASS "EncodingError" is errorName
* Resolving a URL with the wrong protocol
-PASS FileError.ENCODING_ERR is errorCode
+PASS "EncodingError" is errorName
* Resolving a URL with no slash between type and file
-PASS FileError.ENCODING_ERR is errorCode
+PASS "EncodingError" is errorName
* Resolving a URL with no slash between protocol and type (bogus port)
-PASS FileError.SECURITY_ERR is errorCode
+PASS "SecurityError" is errorName
* Resolve a path using backslashes
PASS expectedPath is actualPath
PASS isFile is true

Powered by Google App Engine
This is Rietveld 408576698