Re: [html-tests] Add various tests for error event specialness (#5014)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision db4669da9b14a80f981c56a3b63210d5dbd737b9
Using browser at version BuildID 20170223110219; SourceStamp 32dcdde1fc64fc39a9065dc4218265dbc727673f
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>7 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-runtime-error.html</a></summary>


|                                         Subtest                                         | Results |
|-----------------------------------------------------------------------------------------|---------|
|                                                                                         | OK      |
| `error event is weird (return true cancels; many args) on Window, with a runtime error` | PASS    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-errorevent.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-errorevent.html</a></summary>


|                                            Subtest                                             | Results |
|------------------------------------------------------------------------------------------------|---------|
|                                                                                                | OK      |
| `error event is weird (return true cancels; many args) on Window, with a synthetic ErrorEvent` | PASS    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-event.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/window-synthetic-event.html</a></summary>


|                                             Subtest                                              | Results |
|--------------------------------------------------------------------------------------------------|---------|
|                                                                                                  | OK      |
| `error event is normal (return true does not cancel; one arg) on Window, with a synthetic Event` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/script-element.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/script-element.html</a></summary>


|                                                        Subtest                                                         | Results |
|------------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                        | OK      |
| `error event behaves normally (return true does not cancel; one arg) on a script element, with a synthetic ErrorEvent` | FAIL    |
| `error event behaves normally (return true does not cancel; one arg) on a script element, with a 404 error`            | PASS    |
| `error event behaves normally (return true does not cancel; one arg) on a script element, with a synthetic Event`      | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-errorevent.html</a></summary>


|                                                 Subtest                                                 | Results |
|---------------------------------------------------------------------------------------------------------|---------|
|                                                                                                         | OK      |
| `error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-event.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/document-synthetic-event.html</a></summary>


|                                              Subtest                                               | Results |
|----------------------------------------------------------------------------------------------------|---------|
|                                                                                                    | OK      |
| `error event is normal (return true does not cancel; one arg) on Document, with a synthetic Event` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5014/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker.html">/html/webappapis/scripting/events/event-handler-processing-algorithm-error/worker.html</a></summary>


|                                                     Subtest                                                      | Results |
|------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                  | OK      |
| `error event is normal (return true does not cancel; one arg) on Worker, with a synthetic Event`                 | FAIL    |
| `error event is normal (return true does not cancel; one arg) on Worker, with a synthetic ErrorEvent`            | FAIL    |
| `error event is normal (return true does not cancel; one arg) on Worker, with a syntax error in the worker code` | FAIL    |

</details>
</details>

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

Received on Friday, 24 February 2017 23:14:40 UTC