Re: [storage-tests] Add test for StorageManager API vs. opaque origins (#4919)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision f613daeaf42493b90783453edf772fd99db0cfea
Using browser at version 58.0.3013.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/4919/storage/opaque-origin.https.html">/storage/opaque-origin.https.html</a></summary>


|                                     Subtest                                      | Results |                                                                        Messages                                                                        |
|----------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                  | OK      |                                                                                                                                                        |
| `navigator.storage.persist() in non-sandboxed iframe should not reject`          | PASS    |                                                                                                                                                        |
| `navigator.storage.persist() in sandboxed iframe should reject with TypeError`   | FAIL    | `assert_equals: navigator.storage.persist() should reject with TypeError expected "TypeError" but got "NotSupportedError"`                             |
| `navigator.storage.persisted() in non-sandboxed iframe should not reject`        | PASS    |                                                                                                                                                        |
| `navigator.storage.persisted() in sandboxed iframe should reject with TypeError` | FAIL    | `assert_equals: navigator.storage.persisted() should reject with TypeError expected "TypeError" but got "no rejection"`                                |
| `navigator.storage.estimate() in non-sandboxed iframe should not reject`         | FAIL    | `assert_equals: navigator.storage.estimate() should not reject expected "no rejection" but got "navigator.storage.estimate is not a function"`         |
| `navigator.storage.estimate() in sandboxed iframe should reject with TypeError`  | FAIL    | `assert_equals: navigator.storage.estimate() should reject with TypeError expected "TypeError" but got "navigator.storage.estimate is not a function"` |

</details>
</details>

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

Received on Wednesday, 22 February 2017 19:46:41 UTC