Re: [page-visibility-tests] Added EventHandler definition (#5204)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 5a9d0ba43e65a1d33453053e7f61314ab74bb929
Using browser at version 59.0.3047.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5204/page-visibility/idlharness.html">/page-visibility/idlharness.html</a></summary>


|                                                  Subtest                                                  | Results |                                                                      Messages                                                                     |
|-----------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                                                           | OK      |                                                                                                                                                   |
| `Document interface: attribute hidden`                                                                    | PASS    |                                                                                                                                                   |
| `Document interface: attribute visibilityState`                                                           | PASS    |                                                                                                                                                   |
| `Document interface: attribute onvisibilitychange`                                                        | FAIL    | `assert_true: The prototype object must have a property "onvisibilitychange" expected true got false`                                             |
| `Document must be primary interface of window.document`                                                   | FAIL    | `assert_equals: window.document's prototype is not Document.prototype expected object "[object Document]" but got object "[object HTMLDocument]"` |
| `Stringification of window.document`                                                                      | FAIL    | `assert_equals: class string of window.document expected "[object Document]" but got "[object HTMLDocument]"`                                     |
| `Document interface: window.document must inherit property "hidden" with the proper type (0)`             | PASS    |                                                                                                                                                   |
| `Document interface: window.document must inherit property "visibilityState" with the proper type (1)`    | PASS    |                                                                                                                                                   |
| `Document interface: window.document must inherit property "onvisibilitychange" with the proper type (2)` | FAIL    | `assert_inherits: property "onvisibilitychange" not found in prototype chain`                                                                     |

</details>
</details>

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

Received on Wednesday, 22 March 2017 20:56:08 UTC