Re: [html-tests] Fix syntax error in open-features-tokenization-noopener.html test. (#5721)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 3bd213416f865847e4625ad390d492feb477fe48
Using browser at version BuildID 20170427100655; SourceStamp 0b77ed3f26c5335503bc16e85b8c067382e7bb1e
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/5721/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-noopener.html</a></summary>


|                                              Subtest                                               | Results |                                                       Messages                                                      |
|----------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------|
|                                                                                                    | OK      |                                                                                                                     |
| `tokenization should skip window features separators before name`                                  | FAIL    | `assert_equals: "=noopener" should activate feature "noopener" expected null but got object "[object Window]"`      |
| `feature name should be converted to ASCII lowercase`                                              | FAIL    | `assert_equals: "NOOPENER" should activate feature "noopener" expected null but got object "[object Window]"`       |
| `after name, tokenization should skip window features separators that are not "=" or ","`          | FAIL    | `assert_equals: "noopener\n =" should activate feature "noopener" expected null but got object "[object Window]"`   |
| `Tokenizing should ignore window feature separators except "," after initial "=" and before value` | FAIL    | `assert_equals: "noopener=  yes" should activate feature "noopener" expected null but got object "[object Window]"` |
| `Tokenizing should read characters until first window feature separator as value`                  | FAIL    | `assert_equals: "noopener=noopener" should set "noopener" expected null but got object "[object Window]"`           |
| `"noopener" should be based on name (key), not value`                                              | FAIL    | `assert_equals: "noopener=false" should activate feature "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/5721#issuecomment-297782216

Received on Thursday, 27 April 2017 17:22:25 UTC