Re: [html-tests] HTML: Add tests for optional `window.open` position, size features (#5390)

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

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


|                                       Subtest                                       | Results |                  Messages                 |
|-------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                     | OK      |                                           |
| `"left=152" (1 of 6) should set left position of opened window`                     | FAIL    | `assert_equals: expected 152 but got 103` |
| `" left = 152" (2 of 6) should set left position of opened window`                  | FAIL    | `assert_equals: expected 152 but got 103` |
| `"left==152" (3 of 6) should set left position of opened window`                    | FAIL    | `assert_equals: expected 152 but got 0`   |
| `"\nleft= 152" (4 of 6) should set left position of opened window`                  | FAIL    | `assert_equals: expected 152 but got 103` |
| `",left=152,," (5 of 6) should set left position of opened window`                  | FAIL    | `assert_equals: expected 152 but got 103` |
| `"LEFT=152" (6 of 6) should set left position of opened window`                     | FAIL    | `assert_equals: expected 152 but got 103` |
| `"top=152" (1 of 6) should set top position of opened window`                       | FAIL    | `assert_equals: expected 152 but got 77`  |
| `" top = 152" (2 of 6) should set top position of opened window`                    | FAIL    | `assert_equals: expected 152 but got 77`  |
| `"top==152" (3 of 6) should set top position of opened window`                      | FAIL    | `assert_equals: expected 152 but got 0`   |
| `"\ttop= 152" (4 of 6) should set top position of opened window`                    | FAIL    | `assert_equals: expected 152 but got 77`  |
| `",top=152,," (5 of 6) should set top position of opened window`                    | FAIL    | `assert_equals: expected 152 but got 77`  |
| `"TOP=152" (6 of 6) should set top position of opened window`                       | FAIL    | `assert_equals: expected 152 but got 77`  |
| `"top=152,left=152" (1 of 4) should set top and left position of opened window`     | FAIL    | `assert_equals: expected 152 but got 77`  |
| `"top=152,,left=152," (2 of 4) should set top and left position of opened window`   | FAIL    | `assert_equals: expected 152 but got 77`  |
| `"top=152==left=152" (3 of 4) should set top and left position of opened window`    | FAIL    | `assert_equals: expected 152 but got 77`  |
| `",,top= 152, left=152" (4 of 4) should set top and left position of opened window` | FAIL    | `assert_equals: expected 152 but got 77`  |

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


|                                         Subtest                                         | Results |                  Messages                 |
|-----------------------------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                                         | OK      |                                           |
| `"width=142" (1 of 6) should set width of opened window`                                | PASS    |                                           |
| `" width = 142" (2 of 6) should set width of opened window`                             | PASS    |                                           |
| `"width==142" (3 of 6) should set width of opened window`                               | FAIL    | `assert_equals: expected 142 but got 921` |
| `"\nwidth= 142" (4 of 6) should set width of opened window`                             | PASS    |                                           |
| `",width=142,," (5 of 6) should set width of opened window`                             | PASS    |                                           |
| `"WIDTH=142" (6 of 6) should set width of opened window`                                | PASS    |                                           |
| `"height=142" (1 of 6) should set height of opened window`                              | PASS    |                                           |
| `" height = 142" (2 of 6) should set height of opened window`                           | PASS    |                                           |
| `"height==142" (3 of 6) should set height of opened window`                             | FAIL    | `assert_equals: expected 142 but got 662` |
| `"\nheight= 142" (4 of 6) should set height of opened window`                           | PASS    |                                           |
| `",height=142,," (5 of 6) should set height of opened window`                           | PASS    |                                           |
| `"HEIGHT=142" (6 of 6) should set height of opened window`                              | PASS    |                                           |
| `"height=137,width=134" (1 of 6) should set height and width of opened window`          | PASS    |                                           |
| `" height = 137 , width = 134 ," (2 of 6) should set height and width of opened window` | PASS    |                                           |
| `"height==137 width = 134" (3 of 6) should set height and width of opened window`       | FAIL    | `assert_equals: expected 137 but got 662` |
| `"\nheight= 137,,width=\n134" (4 of 6) should set height and width of opened window`    | PASS    |                                           |
| `",height=137,,width==134" (5 of 6) should set height and width of opened window`       | FAIL    | `assert_equals: expected 134 but got 921` |
| `"HEIGHT=137, WIDTH=134" (6 of 6) should set height and width of opened window`         | PASS    |                                           |

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


|                                Subtest                                | Results |                  Messages                 |
|-----------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                       | OK      |                                           |
| `"screenx=142" (1 of 7) should set left position of opened window`    | FAIL    | `assert_equals: expected 142 but got 103` |
| `" screenx = 142" (2 of 7) should set left position of opened window` | FAIL    | `assert_equals: expected 142 but got 103` |
| `"screenx==142" (3 of 7) should set left position of opened window`   | FAIL    | `assert_equals: expected 142 but got 0`   |
| `"\nscreenx= 142" (4 of 7) should set left position of opened window` | FAIL    | `assert_equals: expected 142 but got 103` |
| `",screenx=142,," (5 of 7) should set left position of opened window` | FAIL    | `assert_equals: expected 142 but got 103` |
| `"SCREENX=142" (6 of 7) should set left position of opened window`    | FAIL    | `assert_equals: expected 142 but got 103` |
| `"screenX=142" (7 of 7) should set left position of opened window`    | FAIL    | `assert_equals: expected 142 but got 103` |
| `"screeny=142" (1 of 7) should set top position of opened window`     | FAIL    | `assert_equals: expected 142 but got 77`  |
| `" screeny = 142" (2 of 7) should set top position of opened window`  | FAIL    | `assert_equals: expected 142 but got 77`  |
| `"screeny==142" (3 of 7) should set top position of opened window`    | FAIL    | `assert_equals: expected 142 but got 0`   |
| `"\nscreeny= 142" (4 of 7) should set top position of opened window`  | FAIL    | `assert_equals: expected 142 but got 77`  |
| `",screeny=142,," (5 of 7) should set top position of opened window`  | FAIL    | `assert_equals: expected 142 but got 77`  |
| `"SCREENY=142" (6 of 7) should set top position of opened window`     | FAIL    | `assert_equals: expected 142 but got 77`  |
| `"screenY=142" (7 of 7) should set top position of opened window`     | FAIL    | `assert_equals: expected 142 but got 77`  |

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


|                              Subtest                               | Results |                  Messages                 |
|--------------------------------------------------------------------|---------|-------------------------------------------|
|                                                                    | OK      |                                           |
| `"innerwidth=142" (1 of 7) should set width of opened window`      | PASS    |                                           |
| `" innerwidth = 142" (2 of 7) should set width of opened window`   | PASS    |                                           |
| `"innerwidth==142" (3 of 7) should set width of opened window`     | FAIL    | `assert_equals: expected 142 but got 921` |
| `"\ninnerwidth= 142" (4 of 7) should set width of opened window`   | PASS    |                                           |
| `",innerwidth=142,," (5 of 7) should set width of opened window`   | PASS    |                                           |
| `"INNERWIDTH=142" (6 of 7) should set width of opened window`      | PASS    |                                           |
| `"innerWidth=142" (7 of 7) should set width of opened window`      | PASS    |                                           |
| `"innerheight=142" (1 of 7) should set height of opened window`    | PASS    |                                           |
| `" innerheight = 142" (2 of 7) should set height of opened window` | PASS    |                                           |
| `"innerheight==142" (3 of 7) should set height of opened window`   | FAIL    | `assert_equals: expected 142 but got 662` |
| `"\ninnerheight= 142" (4 of 7) should set height of opened window` | PASS    |                                           |
| `",innerheight=142,," (5 of 7) should set height of opened window` | PASS    |                                           |
| `"INNERHEIGHT=142" (6 of 7) should set height of opened window`    | PASS    |                                           |
| `"innerHeight=142" (7 of 7) should set height of opened window`    | PASS    |                                           |

</details>
</details>

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

Received on Wednesday, 5 April 2017 19:26:36 UTC