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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [Worker] Tests using webkitResolveLocalFileSystemSyncURL to obtain an Entry from a URL 1 [Worker] Tests using webkitResolveLocalFileSystemSyncURL to obtain an Entry from a URL
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: script-tests/resolve-url-sync.js 6 Starting worker: script-tests/resolve-url-sync.js
7 [Worker] * Resolving a generated URL. 7 [Worker] * Resolving a generated URL.
8 PASS [Worker] expectedPath is actualPath 8 PASS [Worker] expectedPath is actualPath
9 PASS [Worker] isFile is true 9 PASS [Worker] isFile is true
10 [Worker] * Resolving test file by hand 10 [Worker] * Resolving test file by hand
11 PASS [Worker] expectedPath is actualPath 11 PASS [Worker] expectedPath is actualPath
12 PASS [Worker] isFile is true 12 PASS [Worker] isFile is true
13 [Worker] * Resolving a URL with the wrong security origin (domain) 13 [Worker] * Resolving a URL with the wrong security origin (domain)
14 PASS [Worker] error.name is 'SecurityError' 14 PASS [Worker] error.name is 'SecurityError'
15 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources. 15 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources.
16 [Worker] * Resolving a URL with the wrong security origin (port) 16 [Worker] * Resolving a URL with the wrong security origin (port)
17 PASS [Worker] error.name is 'SecurityError' 17 PASS [Worker] error.name is 'SecurityError'
18 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources. 18 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources.
19 [Worker] * Resolving a URL with the wrong security origin (scheme) 19 [Worker] * Resolving a URL with the wrong security origin (scheme)
20 PASS [Worker] error.name is 'SecurityError' 20 PASS [Worker] error.name is 'SecurityError'
21 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources. 21 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources.
22 [Worker] * Resolving a completely bogus URL. 22 [Worker] * Resolving a completely bogus URL.
23 PASS [Worker] error.name is 'EncodingError' 23 PASS [Worker] error.name is 'EncodingError'
24 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': the URL 'foo' is invalid. 24 [Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
25 [Worker] * Resolving a URL with the wrong protocol 25 [Worker] * Resolving a URL with the wrong protocol
26 PASS [Worker] error.name is 'EncodingError' 26 PASS [Worker] error.name is 'EncodingError'
27 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': the URL 'http://127.0.0.1:8000/foo/bar/baz' is invalid. 27 [Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
28 [Worker] * Resolving a URL with no slash between type and file 28 [Worker] * Resolving a URL with no slash between type and file
29 PASS [Worker] error.name is 'EncodingError' 29 PASS [Worker] error.name is 'EncodingError'
30 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': the URL 'filesystem:http://127.0.0.1:8000/temporarytestFile' is invalid. 30 [Worker] A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.
31 [Worker] * Resolving a URL with no slash between protocol and type (bogus port) 31 [Worker] * Resolving a URL with no slash between protocol and type (bogus port)
32 PASS [Worker] error.name is 'SecurityError' 32 PASS [Worker] error.name is 'SecurityError'
33 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources. 33 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba lScopeFileSystem': It was determined that certain files are unsafe for access wi thin a Web application, or that too many calls are being made on file resources.
34 [Worker] * Resolve a path using backslashes 34 [Worker] * Resolve a path using backslashes
35 PASS [Worker] expectedPath is actualPath 35 PASS [Worker] expectedPath is actualPath
36 PASS [Worker] isFile is true 36 PASS [Worker] isFile is true
37 [Worker] * Resolve a directory 37 [Worker] * Resolve a directory
38 PASS [Worker] expectedPath is actualPath 38 PASS [Worker] expectedPath is actualPath
39 PASS [Worker] isDirectory is true 39 PASS [Worker] isDirectory is true
40 [Worker] * Resolve a path using a trailing slash 40 [Worker] * Resolve a path using a trailing slash
41 PASS [Worker] expectedPath is actualPath 41 PASS [Worker] expectedPath is actualPath
42 PASS [Worker] isDirectory is true 42 PASS [Worker] isDirectory is true
43 [Worker] * Resolving a persistent URL. 43 [Worker] * Resolving a persistent URL.
44 PASS [Worker] expectedPath is actualPath 44 PASS [Worker] expectedPath is actualPath
45 PASS [Worker] isDirectory is true 45 PASS [Worker] isDirectory is true
46 [Worker] Finished running tests. 46 [Worker] Finished running tests.
47 PASS successfullyParsed is true 47 PASS successfullyParsed is true
48 48
49 TEST COMPLETE 49 TEST COMPLETE
50 50
OLDNEW
« 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