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

Unified Diff: LayoutTests/http/tests/filesystem/workers/resolve-url-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
« no previous file with comments | « LayoutTests/http/tests/filesystem/script-tests/resolve-uri.js ('k') | Source/core/dom/DOMError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
diff --git a/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt b/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
index 3e5362c68c68109a3a5d9b921bee7efa5d0b3422..a8630ca29295b70d44fed9d917efbbbb51e850a4 100644
--- a/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
+++ b/LayoutTests/http/tests/filesystem/workers/resolve-url-expected.txt
@@ -11,19 +11,19 @@ PASS [Worker] isFile is true
PASS [Worker] expectedPath is actualPath
PASS [Worker] isFile is true
[Worker] * Resolving a URL with the wrong security origin (domain)
-PASS [Worker] FileError.SECURITY_ERR is errorCode
+PASS [Worker] "SecurityError" is errorName
[Worker] * Resolving a URL with the wrong security origin (port)
-PASS [Worker] FileError.SECURITY_ERR is errorCode
+PASS [Worker] "SecurityError" is errorName
[Worker] * Resolving a URL with the wrong security origin (scheme)
-PASS [Worker] FileError.SECURITY_ERR is errorCode
+PASS [Worker] "SecurityError" is errorName
[Worker] * Resolving a completely bogus URL.
-PASS [Worker] FileError.ENCODING_ERR is errorCode
+PASS [Worker] "EncodingError" is errorName
[Worker] * Resolving a URL with the wrong protocol
-PASS [Worker] FileError.ENCODING_ERR is errorCode
+PASS [Worker] "EncodingError" is errorName
[Worker] * Resolving a URL with no slash between type and file
-PASS [Worker] FileError.ENCODING_ERR is errorCode
+PASS [Worker] "EncodingError" is errorName
[Worker] * Resolving a URL with no slash between protocol and type (bogus port)
-PASS [Worker] FileError.SECURITY_ERR is errorCode
+PASS [Worker] "SecurityError" is errorName
[Worker] * Resolve a path using backslashes
PASS [Worker] expectedPath is actualPath
PASS [Worker] isFile is true
« no previous file with comments | « LayoutTests/http/tests/filesystem/script-tests/resolve-uri.js ('k') | Source/core/dom/DOMError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698