Re: [html-tests] Expand coverage on value-changing/selection-changing tests (#5610)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision ddbc1abd733cf9acbe50531f0b338b36b6eb011b
Using browser at version 59.0.3071.9 dev
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/5610/html/semantics/forms/textfieldselection/selection-after-content-change.html">/html/semantics/forms/textfieldselection/selection-after-content-change.html</a></summary>


|                                                                   Subtest                                                                    | Results |                               Messages                               |
|----------------------------------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------|
|                                                                                                                                              | OK      |                                                                      |
| `input out of document: selection must not change when setting the same value`                                                               | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `input out of document: selection must change when setting a different value`                                                                | PASS    |                                                                      |
| `input out of document: selection must not change when setting a value that becomes the same after the value sanitization algorithm`         | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `input in document: selection must not change when setting the same value`                                                                   | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `input in document: selection must change when setting a different value`                                                                    | PASS    |                                                                      |
| `input in document: selection must not change when setting a value that becomes the same after the value sanitization algorithm`             | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `input in document, with focus: selection must not change when setting the same value`                                                       | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `input in document, with focus: selection must change when setting a different value`                                                        | PASS    |                                                                      |
| `input in document, with focus: selection must not change when setting a value that becomes the same after the value sanitization algorithm` | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5` |
| `textarea out of document: selection must not change when setting the same value`                                                            | PASS    |                                                                      |
| `textarea out of document: selection must change when setting a different value`                                                             | PASS    |                                                                      |
| `textarea out of document: selection must not change when setting the same normalized value`                                                 | PASS    |                                                                      |
| `textarea in document: selection must not change when setting the same value`                                                                | PASS    |                                                                      |
| `textarea in document: selection must change when setting a different value`                                                                 | PASS    |                                                                      |
| `textarea in document: selection must not change when setting the same normalized value`                                                     | PASS    |                                                                      |
| `textarea in document, with focus: selection must not change when setting the same value`                                                    | PASS    |                                                                      |
| `textarea in document, with focus: selection must change when setting a different value`                                                     | PASS    |                                                                      |
| `textarea in document, with focus: selection must not change when setting the same normalized value`                                         | PASS    |                                                                      |

</details>
</details>

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

Received on Wednesday, 19 April 2017 22:29:15 UTC