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

# Chrome #
Testing revision a21bf48454d7b6361cb4c6683f9b557d0bb2f77f
Starting 10 test iterations
All results were stable

## All results ##

### [/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    |


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

Received on Monday, 31 October 2016 21:56:44 UTC