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. |
kinuko
2013/09/12 10:55:59
In the issue description can you also note that we
|
[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. |