Re: CSP: 'strict-dynamic' should allow 'new Worker()' (#5405)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision d79c9af4f02067859a324a6afc7627236b3a704f
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5405/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html">/content-security-policy/script-src/script-src-strict_dynamic_worker.https.html</a></summary>


|                      Subtest                       | Results |                                                                                                                       Messages                                                                                                                      |
|----------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                    | OK      |                                                                                                                                                                                                                                                     |
| `Dedicated worker is allowed via 'strict-dynamic'` | FAIL    | `Failed to construct 'Worker': Access to the script at 'https://web-platform.test:8443/content-security-policy/support/ping.js' is denied by the document's Content Security Policy.`                                                               |
| `Shared worker is allowed via 'strict-dynamic'`    | FAIL    | `Failed to construct 'SharedWorker': Access to the script at 'https://web-platform.test:8443/content-security-policy/support/ping.js' is denied by the document's Content Security Policy.`                                                         |
| `Service worker is allowed via 'strict-dynamic'`   | 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>

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

Received on Thursday, 6 April 2017 15:48:49 UTC