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

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

Issue 23537011: FileAPI: Add WebFileSystem::resolveURL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 3 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 | « no previous file | LayoutTests/http/tests/inspector/filesystem/request-directory-content-expected.txt » ('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-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 e88f1cf6f124a74ee084249f3799c73898d79b33..25e5878c001df305063f96598b041011e9cb6c74 100644
--- a/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
+++ b/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
@@ -21,13 +21,13 @@ PASS [Worker] error.name is 'SecurityError'
[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScopeFileSystem': It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources.
[Worker] * Resolving a completely bogus URL.
PASS [Worker] error.name is 'EncodingError'
-[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScopeFileSystem': the URL 'foo' is invalid.
+[Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
[Worker] * Resolving a URL with the wrong protocol
PASS [Worker] error.name is 'EncodingError'
-[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScopeFileSystem': the URL 'http://127.0.0.1:8000/foo/bar/baz' is invalid.
+[Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
[Worker] * Resolving a URL with no slash between type and file
PASS [Worker] error.name is 'EncodingError'
-[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScopeFileSystem': the URL 'filesystem:http://127.0.0.1:8000/temporarytestFile' is invalid.
+[Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
[Worker] * Resolving a URL with no slash between protocol and type (bogus port)
PASS [Worker] error.name is 'SecurityError'
[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScopeFileSystem': It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources.
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/filesystem/request-directory-content-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698