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

Unified Diff: LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt

Issue 17761003: Remove FileException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile warning Created 7 years, 6 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/workers/resolve-url-sync-expected.txt
diff --git a/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt b/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
index 6d4c1b1189ec5dc4ea8ce9850f6cf35da069e115..7a3e152d8a02a1fec0940575960bd1054a82d04f 100644
--- a/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
+++ b/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-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] FileException.SECURITY_ERR is errorCode
+PASS [Worker] error.name is 'SecurityError'
[Worker] * Resolving a URL with the wrong security origin (port)
-PASS [Worker] FileException.SECURITY_ERR is errorCode
+PASS [Worker] error.name is 'SecurityError'
[Worker] * Resolving a URL with the wrong security origin (scheme)
-PASS [Worker] FileException.SECURITY_ERR is errorCode
+PASS [Worker] error.name is 'SecurityError'
[Worker] * Resolving a completely bogus URL.
-PASS [Worker] FileException.ENCODING_ERR is errorCode
+PASS [Worker] error.name is 'EncodingError'
[Worker] * Resolving a URL with the wrong protocol
-PASS [Worker] FileException.ENCODING_ERR is errorCode
+PASS [Worker] error.name is 'EncodingError'
[Worker] * Resolving a URL with no slash between type and file
-PASS [Worker] FileException.ENCODING_ERR is errorCode
+PASS [Worker] error.name is 'EncodingError'
[Worker] * Resolving a URL with no slash between protocol and type (bogus port)
-PASS [Worker] FileException.SECURITY_ERR is errorCode
+PASS [Worker] error.name is 'SecurityError'
[Worker] * Resolve a path using backslashes
PASS [Worker] expectedPath is actualPath
PASS [Worker] isFile is true

Powered by Google App Engine
This is Rietveld 408576698