OLD | NEW |
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
lScope': 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. |
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
lScope': 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. |
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
lScope': 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. |
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] A URI supplied to the API was malformed, or the resulting Data URL has
exceeded the URL length limitations for Data URLs. | 24 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba
lScope': 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] A URI supplied to the API was malformed, or the resulting Data URL has
exceeded the URL length limitations for Data URLs. | 27 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba
lScope': 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] A URI supplied to the API was malformed, or the resulting Data URL has
exceeded the URL length limitations for Data URLs. | 30 [Worker] Failed to execute 'webkitResolveLocalFileSystemSyncURL' on 'WorkerGloba
lScope': 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
lScope': 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. |
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 |
OLD | NEW |