Re: [html-tests] HTML: Add tests for tokenization of noopener window.open feature (#5306)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 8e7378c3a1ad1f8ec7d079919166a4c4098b7b25
Using browser at version BuildID 20170331102157; SourceStamp 8df9fabf2587b7020889755acb9e75b664fe13cf
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/5306/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-001.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-001.html</a></summary>


|                          Subtest                          | Results |                                                         Messages                                                        |
|-----------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------|
|                                                           | OK      |                                                                                                                         |
| `feature name should be converted to ASCII lowercase`     | FAIL    | `assert_equals: "NOOPENER" should be tokenized -> name "noopener" expected null but got object "[object Window]"`       |
| `tokenization should skip (ignore) ASCII whitespace`      | FAIL    | `assert_equals: "noopener = " should be tokenized -> name "noopener" expected null but got object "[object Window]"`    |
| `tokenization should not collect "=" in feature name`     | FAIL    | `assert_equals: "noopener=" should be tokenized -> name "noopener" expected null but got object "[object Window]"`      |
| `"noopener" should be based on name, not value`           | FAIL    | `assert_equals: "noopener=false" should be tokenized -> name "noopener" expected null but got object "[object Window]"` |
| `invalid feature names should not tokenize as "noopener"` | PASS    |                                                                                                                         |

</details>
</details>

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

Received on Friday, 31 March 2017 20:51:48 UTC