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

# Firefox (nightly channel) #
Testing web-platform-tests at revision ee297e691997a44ea688df3019321576ad58a4e1
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
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 |
|---------------------------------------|---------|
|                                       | ERROR   |
| `communication goes both ways`        | PASS    |
| `worker has opaque origin`            | PASS    |
| `empty MIME allowed`                  | PASS    |
| `cross-origin worker`                 | PASS    |
| `text/plain MIME allowed`             | PASS    |
| `localStorage inaccessible`           | PASS    |
| `application/javascript MIME allowed` | PASS    |
| `indexedDB inaccessible`              | PASS    |

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


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

</details>
</details>

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

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