Re: [html-tests] HTML: Test interaction of alias features in window.open (#5553)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision ef9fc5df65b06b1d56076ddaba5dffe7602b8c9b
Using browser at version BuildID 20170413100144; SourceStamp 819a666afddc804b6099ee1b3cff3a0fdf35ec15
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>4 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5553/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-height-vs-innerheight.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-height-vs-innerheight.html</a></summary>


|                                                   Subtest                                                   | Results |                  Messages                 |
|-------------------------------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                                             | OK      |                                           |
| `"height=401,height=402" repeated height/innerheight features`                                              | FAIL    | `assert_equals: expected 402 but got 401` |
| `"height=401,innerheight=402" repeated height/innerheight features`                                         | FAIL    | `assert_equals: expected 402 but got 401` |
| `"innerheight=401,height=402" repeated height/innerheight features`                                         | PASS    |                                           |
| `"innerheight=401,innerheight=402" repeated height/innerheight features`                                    | FAIL    | `assert_equals: expected 402 but got 401` |
| `"height=401,height=0" repeated height/innerheight features where the last one is 0 or error`               | FAIL    | `assert_equals: expected 662 but got 401` |
| `"height=401,innerheight=0" repeated height/innerheight features where the last one is 0 or error`          | FAIL    | `assert_equals: expected 662 but got 401` |
| `"innerheight=401,height=0" repeated height/innerheight features where the last one is 0 or error`          | FAIL    | `assert_equals: expected 662 but got 401` |
| `"innerheight=401,innerheight=0" repeated height/innerheight features where the last one is 0 or error`     | FAIL    | `assert_equals: expected 662 but got 401` |
| `"height=401,height=error" repeated height/innerheight features where the last one is 0 or error`           | FAIL    | `assert_equals: expected 662 but got 401` |
| `"height=401,innerheight=error" repeated height/innerheight features where the last one is 0 or error`      | FAIL    | `assert_equals: expected 662 but got 401` |
| `"innerheight=401,height=error" repeated height/innerheight features where the last one is 0 or error`      | FAIL    | `assert_equals: expected 662 but got 401` |
| `"innerheight=401,innerheight=error" repeated height/innerheight features where the last one is 0 or error` | FAIL    | `assert_equals: expected 662 but got 401` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5553/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-left-vs-screenx.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-left-vs-screenx.html</a></summary>


|                                            Subtest                                            | Results |                  Messages                 |
|-----------------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                               | OK      |                                           |
| `"left=101,left=102" repeated left/screenx features`                                          | FAIL    | `assert_equals: expected 102 but got 101` |
| `"left=101,screenx=102" repeated left/screenx features`                                       | FAIL    | `assert_equals: expected 102 but got 101` |
| `"screenx=101,left=102" repeated left/screenx features`                                       | PASS    |                                           |
| `"screenx=101,screenx=102" repeated left/screenx features`                                    | FAIL    | `assert_equals: expected 102 but got 101` |
| `"left=101,left=0" repeated left/screenx features where the last one is 0 or error`           | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"left=101,screenx=0" repeated left/screenx features where the last one is 0 or error`        | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"screenx=101,left=0" repeated left/screenx features where the last one is 0 or error`        | PASS    |                                           |
| `"screenx=101,screenx=0" repeated left/screenx features where the last one is 0 or error`     | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"left=101,left=error" repeated left/screenx features where the last one is 0 or error`       | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"left=101,screenx=error" repeated left/screenx features where the last one is 0 or error`    | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"screenx=101,left=error" repeated left/screenx features where the last one is 0 or error`    | PASS    |                                           |
| `"screenx=101,screenx=error" repeated left/screenx features where the last one is 0 or error` | FAIL    | `assert_equals: expected 0 but got 101`   |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5553/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-top-vs-screeny.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-top-vs-screeny.html</a></summary>


|                                           Subtest                                            | Results |                  Messages                 |
|----------------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                              | OK      |                                           |
| `"top=101,top=102" repeated top/screeny features`                                            | FAIL    | `assert_equals: expected 102 but got 101` |
| `"top=101,screeny=102" repeated top/screeny features`                                        | FAIL    | `assert_equals: expected 102 but got 101` |
| `"screeny=101,top=102" repeated top/screeny features`                                        | PASS    |                                           |
| `"screeny=101,screeny=102" repeated top/screeny features`                                    | FAIL    | `assert_equals: expected 102 but got 101` |
| `"top=101,top=0" repeated top/screeny features where the last one is 0 or error`             | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"top=101,screeny=0" repeated top/screeny features where the last one is 0 or error`         | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"screeny=101,top=0" repeated top/screeny features where the last one is 0 or error`         | PASS    |                                           |
| `"screeny=101,screeny=0" repeated top/screeny features where the last one is 0 or error`     | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"top=101,top=error" repeated top/screeny features where the last one is 0 or error`         | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"top=101,screeny=error" repeated top/screeny features where the last one is 0 or error`     | FAIL    | `assert_equals: expected 0 but got 101`   |
| `"screeny=101,top=error" repeated top/screeny features where the last one is 0 or error`     | PASS    |                                           |
| `"screeny=101,screeny=error" repeated top/screeny features where the last one is 0 or error` | FAIL    | `assert_equals: expected 0 but got 101`   |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5553/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-width-vs-innerwidth.html">/html/browsers/the-window-object/apis-for-creating-and-navigating-browsing-contexts-by-name/open-features-tokenization-width-vs-innerwidth.html</a></summary>


|                                                 Subtest                                                 | Results |                  Messages                 |
|---------------------------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                                         | OK      |                                           |
| `"width=401,width=402" repeated width/innerwidth features`                                              | FAIL    | `assert_equals: expected 402 but got 401` |
| `"width=401,innerwidth=402" repeated width/innerwidth features`                                         | FAIL    | `assert_equals: expected 402 but got 401` |
| `"innerwidth=401,width=402" repeated width/innerwidth features`                                         | PASS    |                                           |
| `"innerwidth=401,innerwidth=402" repeated width/innerwidth features`                                    | FAIL    | `assert_equals: expected 402 but got 401` |
| `"width=401,width=0" repeated width/innerwidth features where the last one is 0 or error`               | FAIL    | `assert_equals: expected 921 but got 401` |
| `"width=401,innerwidth=0" repeated width/innerwidth features where the last one is 0 or error`          | FAIL    | `assert_equals: expected 921 but got 401` |
| `"innerwidth=401,width=0" repeated width/innerwidth features where the last one is 0 or error`          | FAIL    | `assert_equals: expected 921 but got 401` |
| `"innerwidth=401,innerwidth=0" repeated width/innerwidth features where the last one is 0 or error`     | FAIL    | `assert_equals: expected 921 but got 401` |
| `"width=401,width=error" repeated width/innerwidth features where the last one is 0 or error`           | FAIL    | `assert_equals: expected 921 but got 401` |
| `"width=401,innerwidth=error" repeated width/innerwidth features where the last one is 0 or error`      | FAIL    | `assert_equals: expected 921 but got 401` |
| `"innerwidth=401,width=error" repeated width/innerwidth features where the last one is 0 or error`      | FAIL    | `assert_equals: expected 921 but got 401` |
| `"innerwidth=401,innerwidth=error" repeated width/innerwidth features where the last one is 0 or error` | FAIL    | `assert_equals: expected 921 but got 401` |

</details>
</details>

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

Received on Thursday, 13 April 2017 14:27:37 UTC