Re: [html-tests] WindowProxy: also attempt defining accessor indexed properties (#5601)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision a5c7b61af25144e51dc686e786b91b6440d747da
Using browser at version 59.0.3067.0 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/5601/html/browsers/the-window-object/window-indexed-properties-strict.html">/html/browsers/the-window-object/window-indexed-properties-strict.html</a></summary>


|                          Subtest                          | Results |                                       Messages                                       |
|-----------------------------------------------------------|---------|--------------------------------------------------------------------------------------|
|                                                           | OK      |                                                                                      |
| `Indexed properties of the window object (strict mode)`   | PASS    |                                                                                      |
| `Indexed properties of the window object (strict mode) 1` | FAIL    | `assert_throws: function "function () {\n    window[0] = "foo";\n  }" did not throw` |
| `Indexed properties of the window object (strict mode) 2` | FAIL    | `assert_throws: function "function () {\n    window[1] = "foo";\n  }" did not throw` |
| `Indexed properties of the window object (strict mode) 3` | PASS    |                                                                                      |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5601/html/browsers/the-window-object/window-indexed-properties.html">/html/browsers/the-window-object/window-indexed-properties.html</a></summary>


|                            Subtest                            | Results |                                              Messages                                              |
|---------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------|
|                                                               | OK      |                                                                                                    |
| `Indexed properties of the window object (non-strict mode)`   | PASS    |                                                                                                    |
| `Indexed properties of the window object (non-strict mode) 1` | FAIL    | `assert_throws: function "() => Object.defineProperty(window, 0, { value: "bar" })" did not throw` |
| `Indexed properties of the window object (non-strict mode) 2` | FAIL    | `assert_throws: function "() => Object.defineProperty(window, 1, { value: "bar" })" did not throw` |
| `Indexed properties of the window object (non-strict mode) 3` | PASS    |                                                                                                    |

</details>
</details>

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

Received on Tuesday, 18 April 2017 17:07:09 UTC