Re: [html-tests] Test for specific cross-origin object exceptions (#3699)

# Firefox #
Testing revision 54f86c87277dc3ec10680b89f1a67bd445d2c79e
Starting 10 test iterations
All results were stable

## All results ##

### /html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions.html ###
|                                             Subtest                                              | Results |
|--------------------------------------------------------------------------------------------------|---------|
|                                                                                                  | OK      |
| [[OwnPropertyKeys]] should return all properties from cross-origin objects                       | PASS    |
| Basic sanity-checking                                                                            | FAIL    |
| Only whitelisted properties are accessible cross-origin                                          | FAIL    |
| [[Enumerate]] should return an empty iterator                                                    | PASS    |
| [[Delete]] Should throw on cross-origin objects                                                  | FAIL    |
| [[GetOwnProperty]] - Properties on cross-origin objects should be reported |own|                 | PASS    |
| Same-origin obsevers get different accessors for cross-origin Window                             | PASS    |
| Cross-origin Window accessors get local Function.prototype                                       | PASS    |
| [[PreventExtensions]] should throw for cross-origin objects                                      | PASS    |
| A and B jointly observe the same identity for cross-origin Window and Location                   | PASS    |
| Same-origin observers get different accessors for cross-origin Location                          | PASS    |
| [[GetOwnProperty]] - Property descriptors for cross-origin properties should be set up correctly | PASS    |
| Same-origin observers get different functions for cross-origin objects                           | PASS    |
| [[GetPrototypeOf]] should return null                                                            | FAIL    |
| Cross-origin functions get local Function.prototype                                              | PASS    |
| [[DefineOwnProperty]] Should throw for cross-origin objects                                      | FAIL    |
| [[IsExtensible]] should return true for cross-origin objects                                     | PASS    |
| [[SetPrototypeOf]] should throw                                                                  | FAIL    |

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

Received on Wednesday, 26 October 2016 18:17:35 UTC