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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 03d68d69fc2c8eb5bc4efea9d5de06b61e1a4fb2
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/4832/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    |
| `Web SQL Database inaccessible`       | FAIL    |
| `application/javascript MIME allowed` | FAIL    |
| `indexedDB inaccessible`              | FAIL    |

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

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