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/204329919)

# Firefox (nightly channel) #
Testing web-platform-tests at revision f613daeaf42493b90783453edf772fd99db0cfea
Using browser at version BuildID 20170221110300; SourceStamp d84beb192e57e26846c82d3df3599381f4663792
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`          | FAIL    | `assert_equals: navigator.storage.persist() should not reject expected "no rejection" but got "navigator.storage.persist is not a function"`             |
| `navigator.storage.persist() in sandboxed iframe should reject with TypeError`   | FAIL    | `assert_equals: navigator.storage.persist() should reject with TypeError expected "TypeError" but got "navigator.storage.persist is not a function"`     |
| `navigator.storage.persisted() in non-sandboxed iframe should not reject`        | FAIL    | `assert_equals: navigator.storage.persisted() should not reject expected "no rejection" but got "navigator.storage.persisted is not a function"`         |
| `navigator.storage.persisted() in sandboxed iframe should reject with TypeError` | FAIL    | `assert_equals: navigator.storage.persisted() should reject with TypeError expected "TypeError" but got "navigator.storage.persisted is not a function"` |
| `navigator.storage.estimate() in non-sandboxed iframe should not reject`         | PASS    |                                                                                                                                                          |
| `navigator.storage.estimate() in sandboxed iframe should reject with TypeError`  | FAIL    | `assert_equals: navigator.storage.estimate() should reject with TypeError expected "TypeError" but got "NS_ERROR_UNEXPECTED"`                            |

</details>
</details>

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

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