Re: [html-tests] Test a few more cases in the event handler processing algorithm (#5109)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 1a7a4acdb631843699376e2cd86b901c4a81c2b8
Using browser at version BuildID 20170306110339; SourceStamp 966464a68a2cb3ca1125808e34abb5c1d34e3797
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5109/html/browsers/browsing-the-web/unloading-documents/beforeunload-canceling.html">/html/browsers/browsing-the-web/unloading-documents/beforeunload-canceling.html</a></summary>


|                                                                      Subtest                                                                       | Results |           Messages           |
|----------------------------------------------------------------------------------------------------------------------------------------------------|---------|------------------------------|
|                                                                                                                                                    | OK      |                              |
| `Returning a string must not cancel the event: CustomEvent, non-cancelable`                                                                        | PASS    |                              |
| `Returning a string must not cancel the event: CustomEvent, cancelable`                                                                            | PASS    |                              |
| `Returning false must cancel the event, because it's coerced to the DOMString "false" which does not cancel CustomEvents: CustomEvent, cancelable` | PASS    |                              |
| `Returning a string must not cancel the event: BeforeUnloadEvent with type "click", cancelable`                                                    | FAIL    | `Operation is not supported` |
| `Returning null with a real iframe unloading`                                                                                                      | PASS    |                              |
| `Returning undefined with a real iframe unloading`                                                                                                 | PASS    |                              |
| `Returning  with a real iframe unloading`                                                                                                          | PASS    |                              |
| `Returning false with a real iframe unloading`                                                                                                     | PASS    |                              |
| `Returning true with a real iframe unloading`                                                                                                      | PASS    |                              |
| `Returning 0 with a real iframe unloading`                                                                                                         | PASS    |                              |
| `Returning null with a real iframe unloading; setting returnValue to foo`                                                                          | PASS    |                              |
| `Returning undefined with a real iframe unloading; setting returnValue to foo`                                                                     | PASS    |                              |
| `Returning  with a real iframe unloading; setting returnValue to foo`                                                                              | PASS    |                              |
| `Returning false with a real iframe unloading; setting returnValue to foo`                                                                         | PASS    |                              |
| `Returning true with a real iframe unloading; setting returnValue to foo`                                                                          | PASS    |                              |
| `Returning 0 with a real iframe unloading; setting returnValue to foo`                                                                             | PASS    |                              |

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


|                                                     Subtest                                                     | Results | Messages |
|-----------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                 | OK      |          |
| `click event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent`         | PASS    |          |
| `click event is normal (return true does not cancel; one arg) on Window, with a synthetic ErrorEvent`           | PASS    |          |
| `click event is normal (return true does not cancel; one arg) on a script element, with a synthetic ErrorEvent` | PASS    |          |
| `click event is normal (return true does not cancel; one arg) on Worker, with a synthetic ErrorEvent`           | PASS    |          |

</details>
</details>

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

Received on Thursday, 9 March 2017 21:56:23 UTC