Re: [uievents-tests] [InputEvent] Make StaticRange immutable and move tests to wpt (#5561)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 97c8cd65c9fd949d13dcc2ae061011355f51e4f7
Using browser at version BuildID 20170413100144; SourceStamp 819a666afddc804b6099ee1b3cff3a0fdf35ec15
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5561/staticrange/idlharness.html">/staticrange/idlharness.html</a></summary>


|                                                 Subtest                                                  | Results |                                                   Messages                                                   |
|----------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------|
|                                                                                                          | OK      |                                                                                                              |
| `StaticRange interface: existence and properties of interface object`                                    | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface object length`                                                                    | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface object name`                                                                      | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: existence and properties of interface prototype object`                          | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: existence and properties of interface prototype object's "constructor" property` | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: attribute startContainer`                                                        | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: attribute startOffset`                                                           | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: attribute endContainer`                                                          | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: attribute endOffset`                                                             | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |
| `StaticRange interface: attribute collapsed`                                                             | FAIL    | `assert_own_property: self does not have own property "StaticRange" expected property "StaticRange" missing` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5561/uievents/constructors/inputevent-constructor.html">/uievents/constructors/inputevent-constructor.html</a></summary>


|                                  Subtest                                   | Results |                                 Messages                                |
|----------------------------------------------------------------------------|---------|-------------------------------------------------------------------------|
|                                                                            | OK      |                                                                         |
| `InputEvent constructor without InputEventInit.`                           | FAIL    | `assert_equals: expected (object) null but got (undefined) undefined`   |
| `InputEvent construtor with InputEventInit where data is null`             | FAIL    | `assert_equals: expected (object) null but got (undefined) undefined`   |
| `InputEvent construtor with InputEventInit where data is empty string`     | FAIL    | `assert_equals: expected (string) "" but got (undefined) undefined`     |
| `InputEvent construtor with InputEventInit where data is non empty string` | FAIL    | `assert_equals: expected (string) "data" but got (undefined) undefined` |

</details>
</details>

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

Received on Friday, 14 April 2017 03:46:25 UTC