Re: CSP: Upstream worker tests to WPT repository. (#5184)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/213309423)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 1387f350c3e7dc4d82b92cecb1f69971b202c55c
Using browser at version 59.0.3043.0 dev
Starting 10 test iterations
## Unstable results ##


|                                 Test                                |  Subtest   |            Results            | Messages |
|---------------------------------------------------------------------|------------|-------------------------------|----------|
| `/content-security-policy/inside-worker/dedicated-inheritance.html` | `Untitled` | **PASS: 5/10, MISSING: 5/10** |          |
| `/content-security-policy/inside-worker/dedicated-script.html`      | `Untitled` | **PASS: 4/10, MISSING: 6/10** |          |

## All results ##
<details>
<summary>23 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/inside-worker/dedicated-inheritance.html">/content-security-policy/inside-worker/dedicated-inheritance.html</a></summary>


|                                                      Subtest                                                       |            Results            |                                                                          Messages                                                                          |
|--------------------------------------------------------------------------------------------------------------------|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                    | ERROR                         |                                                                                                                                                            |
| `Untitled`                                                                                                         | **PASS: 5/10, MISSING: 5/10** |                                                                                                                                                            |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                 | FAIL                          | `assert_unreached: SecurityPolicyViolation event fired for http://web-platform.test:8000/common/text-plain.txt?same-origin-fetch Reached unreachable code` |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                       | FAIL                          | `assert_unreached: Reached unreachable code`                                                                                                               |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)`                      | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27none%27)` | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                          | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                                | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                         | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`                               | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20*)`          | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                          | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                                | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                         | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                               | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`          | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin 'fetch()' in http:`                                                                                   | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin XHR in http:`                                                                                         | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin 'fetch()' in http:`                                                                                  | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Cross-origin XHR in http:`                                                                                        | TIMEOUT                       | `Test timed out`                                                                                                                                           |
| `Same-origin => cross-origin 'fetch()' in http:`                                                                   | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin 'fetch()' in blob:`                                                                                   | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin XHR in blob:`                                                                                         | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin 'fetch()' in blob:`                                                                                  | PASS                          | `{}`                                                                                                                                                       |
| `Cross-origin XHR in blob:`                                                                                        | PASS                          | `{}`                                                                                                                                                       |
| `Same-origin => cross-origin 'fetch()' in blob:`                                                                   | PASS                          | `{}`                                                                                                                                                       |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/inside-worker/dedicated-script.html">/content-security-policy/inside-worker/dedicated-script.html</a></summary>


|                                                 Subtest                                                  |            Results            |                                            Messages                                           |
|----------------------------------------------------------------------------------------------------------|-------------------------------|-----------------------------------------------------------------------------------------------|
|                                                                                                          | ERROR                         |                                                                                               |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`  | PASS                          | `{}`                                                                                          |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`                        | PASS                          | `{}`                                                                                          |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20*)`          | PASS                          | `{}`                                                                                          |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)` | PASS                          | `{}`                                                                                          |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`                       | PASS                          | `{}`                                                                                          |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20*)`         | PASS                          | `{}`                                                                                          |
| `Cross-origin importScripts() blocked in blob:`                                                          | PASS                          | `{}`                                                                                          |
| `eval() blocked in blob:`                                                                                | PASS                          | `{}`                                                                                          |
| `setTimeout([string]) blocked in blob:`                                                                  | PASS                          | `{}`                                                                                          |
| `Cross-origin importScripts() blocked in http:`                                                          | PASS                          | `{}`                                                                                          |
| `eval() blocked in http:`                                                                                | FAIL                          | `assert_throws: eval() should throw 'EvalError'. function "_ => eval("1 + 1")" did not throw` |
| `setTimeout([string]) blocked in http:`                                                                  | FAIL                          | `assert_equals: expected 0 but got 1`                                                         |
| `Untitled`                                                                                               | **PASS: 4/10, MISSING: 6/10** |                                                                                               |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/inside-worker/shared-inheritance.html">/content-security-policy/inside-worker/shared-inheritance.html</a></summary>


|                                                      Subtest                                                       | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                    | OK      |          |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                 | PASS    | `{}`     |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                       | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                | PASS    | `{}`     |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)`                      | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27)` | PASS    | `{}`     |
| `Same-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                 | PASS    | `{}`     |
| `Same-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                       | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                | PASS    | `{}`     |
| `Cross-origin XHR in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)`                      | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:?pipe=sub|header(Content-Security-Policy,connect-src%20%27self%27)` | PASS    | `{}`     |
| `Same-origin 'fetch()' in http:`                                                                                   | PASS    | `{}`     |
| `Same-origin XHR in http:`                                                                                         | PASS    | `{}`     |
| `Cross-origin 'fetch()' in http:`                                                                                  | PASS    | `{}`     |
| `Cross-origin XHR in http:`                                                                                        | PASS    | `{}`     |
| `Same-origin => cross-origin 'fetch()' in http:`                                                                   | PASS    | `{}`     |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/inside-worker/shared-script.html">/content-security-policy/inside-worker/shared-script.html</a></summary>


|                                                     Subtest                                                      | Results | Messages |
|------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                  | OK      |          |
| `Cross-origin importScripts() not blocked in http:`                                                              | PASS    | `{}`     |
| `eval() not blocked in http:`                                                                                    | PASS    | `{}`     |
| `setTimeout([string]) not blocked in http:`                                                                      | PASS    | `{}`     |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`  | PASS    | `{}`     |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`                        | PASS    | `{}`     |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,script-src%20%27self%27`          | PASS    | `{}`     |
| `Cross-origin importScripts() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27` | PASS    | `{}`     |
| `eval() blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27`                       | PASS    | `{}`     |
| `setTimeout([string]) blocked in http:?pipe=sub|header(Content-Security-Policy,default-src%20%27self%27`         | PASS    | `{}`     |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image-from-script.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image-from-script.sub.html</a></summary>


|                       Subtest                        | Results | Messages |
|------------------------------------------------------|---------|----------|
|                                                      | OK      |          |
| `Non-redirected cross-origin URLs are not stripped.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-cross-origin-image.sub.html</a></summary>


|                       Subtest                        | Results | Messages |
|------------------------------------------------------|---------|----------|
|                                                      | OK      |          |
| `Non-redirected cross-origin URLs are not stripped.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image-from-script.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image-from-script.sub.html</a></summary>


|                       Subtest                        | Results | Messages |
|------------------------------------------------------|---------|----------|
|                                                      | OK      |          |
| `Non-redirected cross-origin URLs are not stripped.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html">/content-security-policy/securitypolicyviolation/securitypolicyviolation-block-image.sub.html</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `Non-redirected same-origin URLs are not stripped.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/dedicated-child.sub.html">/content-security-policy/worker-src/dedicated-child.sub.html</a></summary>


|                              Subtest                              | Results | Messages |
|-------------------------------------------------------------------|---------|----------|
|                                                                   | OK      |          |
| `Same-origin dedicated worker allowed by host-source expression.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`                      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/dedicated-fallback.sub.html">/content-security-policy/worker-src/dedicated-fallback.sub.html</a></summary>


|                              Subtest                              | Results |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
|-------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `Same-origin dedicated worker allowed by host-source expression.` | FAIL    | `Failed to construct 'Worker': Access to the script at 'http://web-platform.test:8000/content-security-policy/support/ping.js' is denied by the document's Content Security Policy.`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `blob: dedicated worker allowed by 'blob:'.`                      | FAIL    | `Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/5186178f-e16b-4d5a-bdbe-742633d7b17e' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/520be609-88ef-4371-a664-0b21fc4e6635' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/6cb7f138-9a82-4aa9-a0d7-24f366833c72' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/9d37ddd6-52a3-4fa1-b99b-f3ebe17136a2' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/6d0ba738-6dbe-4d99-97d3-bc8a7dfe8206' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/0eb7fe18-ca89-4135-80c0-e78fb383082f' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/5ad7cab3-281d-45c0-b68b-a59eaa3ba79e' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/d07568cd-b1e4-43f3-ac15-1bbf0a50c47b' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/69c66592-634a-4b63-9430-cf3e1939f74d' is denied by the document's Content Security Policy.;Failed to construct 'Worker': Access to the script at 'blob:http://web-platform.test:8000/8a131834-b9cb-45db-9f2d-c018ff14762d' is denied by the document's Content Security Policy.` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/dedicated-list.sub.html">/content-security-policy/worker-src/dedicated-list.sub.html</a></summary>


|                              Subtest                              | Results | Messages |
|-------------------------------------------------------------------|---------|----------|
|                                                                   | OK      |          |
| `Same-origin dedicated worker allowed by host-source expression.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`                      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/dedicated-none.sub.html">/content-security-policy/worker-src/dedicated-none.sub.html</a></summary>


|                              Subtest                              | Results |                                            Messages                                            |
|-------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                                |
| `Same-origin dedicated worker blocked by host-source expression.` | FAIL    | `assert_throws: function "function () {\n      var w = new Worker(url);\n    }" did not throw` |
| `blob: dedicated worker blocked by 'blob:'.`                      | FAIL    | `assert_throws: function "function () {\n      var w = new Worker(url);\n    }" did not throw` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/dedicated-self.sub.html">/content-security-policy/worker-src/dedicated-self.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5184/content-security-policy/worker-src/service-child.https.sub.html">/content-security-policy/worker-src/service-child.https.sub.html</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `Same-origin service worker allowed by host-source expression.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5184/content-security-policy/worker-src/service-fallback.https.sub.html">/content-security-policy/worker-src/service-fallback.https.sub.html</a></summary>


|                             Subtest                             | Results |                                                                                                                       Messages                                                                                                                      |
|-----------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                 | OK      |                                                                                                                                                                                                                                                     |
| `Same-origin service worker allowed by host-source expression.` | FAIL    | `promise_test: Unhandled rejection with value: object "SecurityError: Failed to register a ServiceWorker: The provided scriptURL ('https://web-platform.test:8443/content-security-policy/support/ping.js') violates the Content Security Policy."` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5184/content-security-policy/worker-src/service-list.https.sub.html">/content-security-policy/worker-src/service-list.https.sub.html</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `Same-origin service worker allowed by host-source expression.` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5184/content-security-policy/worker-src/service-none.https.sub.html">/content-security-policy/worker-src/service-none.https.sub.html</a></summary>


|                     Subtest                     | Results |                                   Messages                                   |
|-------------------------------------------------|---------|------------------------------------------------------------------------------|
|                                                 | OK      |                                                                              |
| `Same-origin service worker blocked by 'none'.` | FAIL    | `assert_unreached: Should have rejected: undefined Reached unreachable code` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5184/content-security-policy/worker-src/service-self.https.sub.html">/content-security-policy/worker-src/service-self.https.sub.html</a></summary>


|                     Subtest                     | Results | Messages |
|-------------------------------------------------|---------|----------|
|                                                 | OK      |          |
| `Same-origin service worker allowed by 'self'.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/shared-child.sub.html">/content-security-policy/worker-src/shared-child.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/shared-fallback.sub.html">/content-security-policy/worker-src/shared-fallback.sub.html</a></summary>


|                      Subtest                      | Results |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Messages                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
|---------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                   | OK      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `Same-origin dedicated worker allowed by 'self'.` | FAIL    | `Failed to construct 'SharedWorker': Access to the script at 'http://web-platform.test:8000/content-security-policy/support/ping.js' is denied by the document's Content Security Policy.`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `blob: dedicated worker allowed by 'blob:'.`      | FAIL    | `Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/426495da-b450-4632-9c8a-3efacb0bdcab' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/5b9bf843-218c-4df0-9e17-b8d8239c63c8' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/8bb1a7f8-c6c0-401d-a69e-3c1926544cbf' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/6dbabcf5-c66d-4124-b837-dc3d6f20501d' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/abfd8c33-7aa2-4312-98eb-8c35165b1d47' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/a927c90e-c1fd-48c9-bad2-5bd4334fa3df' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/ac6232d8-dddd-4ec4-ab16-0e6ee0e8fa11' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/b509065e-1390-4371-a395-43b6426b2bab' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/9bdf42d8-2769-456f-b3cc-aab6d702c8f6' is denied by the document's Content Security Policy.;Failed to construct 'SharedWorker': Access to the script at 'blob:http://web-platform.test:8000/c4c00e8e-1c87-47ca-bb98-27a865ec1f77' is denied by the document's Content Security Policy.` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/shared-list.sub.html">/content-security-policy/worker-src/shared-list.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |
| `blob: dedicated worker allowed by 'blob:'.`      | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/shared-none.sub.html">/content-security-policy/worker-src/shared-none.sub.html</a></summary>


|                    Subtest                     | Results |                                               Messages                                               |
|------------------------------------------------|---------|------------------------------------------------------------------------------------------------------|
|                                                | OK      |                                                                                                      |
| `Same-origin shared worker blocked by 'none'.` | FAIL    | `assert_throws: function "function () {\n      var w = new SharedWorker(url);\n    }" did not throw` |
| `blob: shared worker blocked by 'none'.`       | FAIL    | `assert_throws: function "function () {\n      var w = new SharedWorker(url);\n    }" did not throw` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5184/content-security-policy/worker-src/shared-self.sub.html">/content-security-policy/worker-src/shared-self.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Same-origin dedicated worker allowed by 'self'.` | PASS    |          |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5184#issuecomment-288003705

Received on Tuesday, 21 March 2017 08:05:15 UTC