Re: [workers-tests] Fix incorrect tests for storage APIs in data: URL workers (#4832)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 03d68d69fc2c8eb5bc4efea9d5de06b61e1a4fb2
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
## Unstable results ##


|               Test              | Subtest |          Results          |
|---------------------------------|---------|---------------------------|
| `/workers/data-url-shared.html` |         | **ERROR: 9/10, OK: 1/10** |

## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/4832/workers/data-url-shared.html">/workers/data-url-shared.html</a></summary>


|                Subtest                |          Results          |
|---------------------------------------|---------------------------|
|                                       | **ERROR: 9/10, OK: 1/10** |
| `communication goes both ways`        | PASS                      |
| `worker has opaque origin`            | PASS                      |
| `empty MIME allowed`                  | PASS                      |
| `cross-origin worker`                 | PASS                      |
| `text/plain MIME allowed`             | PASS                      |
| `Web SQL Database inaccessible`       | PASS                      |
| `application/javascript MIME allowed` | PASS                      |
| `indexedDB inaccessible`              | PASS                      |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4832/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    |
| `Web SQL Database 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/4832#issuecomment-279978235

Received on Wednesday, 15 February 2017 10:47:58 UTC