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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 25e5878c001df305063f96598b041011e9cb6c74..027a2e963d6a975e83ae76532d80da55080dfb06 100644
--- a/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
+++ b/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
@@ -12,25 +12,25 @@ PASS [Worker] expectedPath is actualPath
PASS [Worker] isFile is true
[Worker] * Resolving a URL with the wrong security origin (domain)
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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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 URL with the wrong security origin (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.
+[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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 URL with the wrong security origin (scheme)
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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
+[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
+[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
+[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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.
+[Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGlobalScope': 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] * Resolve a path using backslashes
PASS [Worker] expectedPath is actualPath
PASS [Worker] isFile is true

Powered by Google App Engine
This is Rietveld 408576698