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

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

Issue 1667213002: Don't expose nonstandard FileSystem API to Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@work-bind
Patch Set: virtual/stable rebaselines Created 4 years, 10 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 | third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/no-filesystem.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt b/third_party/WebKit/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
index 027a2e963d6a975e83ae76532d80da55080dfb06..e6fb596119c9a881b0a01db092f03bbae0443511 100644
--- a/third_party/WebKit/LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt
+++ b/third_party/WebKit/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 '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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'DedicatedWorkerGlobalScope': 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 '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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'DedicatedWorkerGlobalScope': 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 '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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'DedicatedWorkerGlobalScope': 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 'WorkerGlobalScope': 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 'DedicatedWorkerGlobalScope': 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 'WorkerGlobalScope': 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 'DedicatedWorkerGlobalScope': 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 'WorkerGlobalScope': 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 'DedicatedWorkerGlobalScope': 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 '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] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'DedicatedWorkerGlobalScope': 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/chromium/no-filesystem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698