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

# Chrome #
Testing revision d86386b6a9fd52e3778c9d36e6deab08bc20dccc
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    |

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


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

Received on Friday, 11 November 2016 23:51:46 UTC