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/223744714)

# Firefox (nightly channel) #
Testing web-platform-tests at revision ddbc1abd733cf9acbe50531f0b338b36b6eb011b
Using browser at version BuildID 20170418100213; SourceStamp bb38d935d699e0529f9e0bb35578d381026415c4
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`                                                                | FAIL    | `assert_true: selectionDirection must be set to either none or forward expected true got false`                                                                                            |
| `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`                                                                    | FAIL    | `assert_true: selectionDirection must be set to either none or forward expected true got false`                                                                                            |
| `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`                                                       | PASS    |                                                                                                                                                                                            |
| `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` | PASS    |                                                                                                                                                                                            |
| `textarea out of document: selection must not change when setting the same value`                                                            | FAIL    | `assert_equals: selectionStart must not change expected 1 but got 5`                                                                                                                       |
| `textarea out of document: selection must change when setting a different value`                                                             | FAIL    | `assert_equals: selectionDirection must be reset to forward (which was previously observed to be the value after resetting the selection direction) expected "forward" but got "backward"` |
| `textarea out of document: selection must not change when setting the same normalized value`                                                 | FAIL    | `assert_equals: selectionStart must not change when setting to CRLF expected 1 but got 6`                                                                                                  |
| `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`                                                     | FAIL    | `assert_equals: selectionStart must not change when setting to CRLF expected 1 but got 6`                                                                                                  |
| `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`                                         | FAIL    | `assert_equals: selectionStart must not change when setting to CRLF expected 1 but got 6`                                                                                                  |

</details>
</details>

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

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