Re: [html-tests] Fix typo in beforeunload test description (#5151)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 222736b3c14ddc4bbd0d39d27ae0ab6cda9c1d55
Using browser at version BuildID 20170314110401; SourceStamp 6d38ad302429c98115c354d643e81987ecec5d3c
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5151/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 not 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`                                                        | PASS    |          |
| `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>

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

Received on Wednesday, 15 March 2017 21:28:04 UTC