Re: [html-tests][workers-tests] Add tests for the event handler IDL attribute compilation realm (#4089)

Testing revision d86386b6a9fd52e3778c9d36e6deab08bc20dccc in **Chrome**
<details><summary>All results were stable</summary>



### [/html/webappapis/timers/compile-errors.html](http://w3c-test.org/submissions/4089/html/webappapis/timers/compile-errors.html)

| Subtest | Results |
| --- | --- |
|  | OK |
| `setTimeout compilation errors in an active document should fire an error event` | PASS |
| `setTimeout compilation errors in navigated-away-from documents should not fire any error events` | FAIL |

### [/html/webappapis/scripting/events/event-handler-idl-attribute-realm.html](http://w3c-test.org/submissions/4089/html/webappapis/scripting/events/event-handler-idl-attribute-realm.html)

| Subtest | Results |
| --- | --- |
|  | OK |
| `Event handler IDL attribute compilation errors in navigated-away-from documents should not fire any error events` | PASS |
| `Event handler IDL attribute compilation errors in an active document should fire an error event` | PASS |
| `Event handler IDL attributes must return a function from the element's document's realm` | PASS |

### [/html/webappapis/animation-frames/callback-exception.html](http://w3c-test.org/submissions/4089/html/webappapis/animation-frames/callback-exception.html)

| Subtest | Results |
| --- | --- |
|  | OK |
| `requestAnimationFrame errors in navigated-away-from documents should not fire any error events` | PASS |
| `requestAnimationFrame errors in an active document should fire an error event` | PASS |

### [/workers/Worker_ErrorEvent_after_navigation.htm](http://w3c-test.org/submissions/4089/workers/Worker_ErrorEvent_after_navigation.htm)

| Subtest | Results |
| --- | --- |
|  | OK |
| `Worker error reporting must not work at all if the creator document has been navigated away from` | PASS |
| `Worker error reporting must work as normal, when no navigation is involved` | PASS |

</details>

(Comment edited by @zcorpan to experiment with `<details>`)


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

Received on Wednesday, 30 November 2016 21:23:59 UTC