Re: [workers-tests] Support data URLs in worker constructors to be inline with spec. (#4826)

# Chrome (unstable channel) #
Testing web-platform-tests at revision ee297e691997a44ea688df3019321576ad58a4e1
Using browser at version 58.0.3004.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/4826/workers/data-url-shared.html">/workers/data-url-shared.html</a></summary>


|                Subtest                | Results |
|---------------------------------------|---------|
|                                       | OK      |
| `communication goes both ways`        | FAIL    |
| `worker has opaque origin`            | FAIL    |
| `empty MIME allowed`                  | FAIL    |
| `cross-origin worker`                 | FAIL    |
| `text/plain MIME allowed`             | FAIL    |
| `localStorage inaccessible`           | FAIL    |
| `application/javascript MIME allowed` | FAIL    |
| `indexedDB inaccessible`              | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4826/workers/data-url.html">/workers/data-url.html</a></summary>


|                Subtest                | Results |
|---------------------------------------|---------|
|                                       | OK      |
| `communication goes both ways`        | FAIL    |
| `worker has opaque origin`            | FAIL    |
| `empty MIME allowed`                  | FAIL    |
| `cross-origin worker`                 | FAIL    |
| `text/plain MIME allowed`             | FAIL    |
| `localStorage inaccessible`           | FAIL    |
| `application/javascript MIME allowed` | FAIL    |
| `indexedDB inaccessible`              | FAIL    |
| `invalid javascript produces error`   | FAIL    |

</details>
</details>

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

Received on Tuesday, 14 February 2017 15:38:48 UTC