Re: [html-tests] INPUT/TEXTAREA elements: Dispatch 'select' event only if text selection is changed. (#5068)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision aaa3bf61c82a18d4e9626f867d7e0e61619fc387
Using browser at version 58.0.3029.6 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/5068/html/semantics/forms/textfieldselection/select-event.html">/html/semantics/forms/textfieldselection/select-event.html</a></summary>


|                                     Subtest                                     | Results |                                           Messages                                          |
|---------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------|
|                                                                                 | OK      |                                                                                             |
| `textarea: select()`                                                            | PASS    |                                                                                             |
| `textarea: select() a second time (must not fire select)`                       | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `textarea: selectionStart`                                                      | PASS    |                                                                                             |
| `textarea: selectionStart a second time (must not fire select)`                 | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `textarea: selectionEnd`                                                        | PASS    |                                                                                             |
| `textarea: selectionEnd a second time (must not fire select)`                   | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `textarea: selectionDirection`                                                  | PASS    |                                                                                             |
| `textarea: selectionDirection a second time (must not fire select)`             | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `textarea: setSelectionRange()`                                                 | PASS    |                                                                                             |
| `textarea: setSelectionRange() a second time (must not fire select)`            | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `textarea: setRangeText()`                                                      | PASS    |                                                                                             |
| `textarea: setRangeText() a second time (must not fire select)`                 | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: select()`                                                     | PASS    |                                                                                             |
| `input type text: select() a second time (must not fire select)`                | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: selectionStart`                                               | PASS    |                                                                                             |
| `input type text: selectionStart a second time (must not fire select)`          | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: selectionEnd`                                                 | PASS    |                                                                                             |
| `input type text: selectionEnd a second time (must not fire select)`            | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: selectionDirection`                                           | PASS    |                                                                                             |
| `input type text: selectionDirection a second time (must not fire select)`      | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: setSelectionRange()`                                          | PASS    |                                                                                             |
| `input type text: setSelectionRange() a second time (must not fire select)`     | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type text: setRangeText()`                                               | PASS    |                                                                                             |
| `input type text: setRangeText() a second time (must not fire select)`          | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: select()`                                                   | PASS    |                                                                                             |
| `input type search: select() a second time (must not fire select)`              | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: selectionStart`                                             | PASS    |                                                                                             |
| `input type search: selectionStart a second time (must not fire select)`        | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: selectionEnd`                                               | PASS    |                                                                                             |
| `input type search: selectionEnd a second time (must not fire select)`          | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: selectionDirection`                                         | PASS    |                                                                                             |
| `input type search: selectionDirection a second time (must not fire select)`    | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: setSelectionRange()`                                        | PASS    |                                                                                             |
| `input type search: setSelectionRange() a second time (must not fire select)`   | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type search: setRangeText()`                                             | PASS    |                                                                                             |
| `input type search: setRangeText() a second time (must not fire select)`        | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: select()`                                                      | PASS    |                                                                                             |
| `input type tel: select() a second time (must not fire select)`                 | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: selectionStart`                                                | PASS    |                                                                                             |
| `input type tel: selectionStart a second time (must not fire select)`           | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: selectionEnd`                                                  | PASS    |                                                                                             |
| `input type tel: selectionEnd a second time (must not fire select)`             | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: selectionDirection`                                            | PASS    |                                                                                             |
| `input type tel: selectionDirection a second time (must not fire select)`       | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: setSelectionRange()`                                           | PASS    |                                                                                             |
| `input type tel: setSelectionRange() a second time (must not fire select)`      | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type tel: setRangeText()`                                                | PASS    |                                                                                             |
| `input type tel: setRangeText() a second time (must not fire select)`           | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: select()`                                                      | PASS    |                                                                                             |
| `input type url: select() a second time (must not fire select)`                 | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: selectionStart`                                                | PASS    |                                                                                             |
| `input type url: selectionStart a second time (must not fire select)`           | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: selectionEnd`                                                  | PASS    |                                                                                             |
| `input type url: selectionEnd a second time (must not fire select)`             | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: selectionDirection`                                            | PASS    |                                                                                             |
| `input type url: selectionDirection a second time (must not fire select)`       | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: setSelectionRange()`                                           | PASS    |                                                                                             |
| `input type url: setSelectionRange() a second time (must not fire select)`      | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type url: setRangeText()`                                                | PASS    |                                                                                             |
| `input type url: setRangeText() a second time (must not fire select)`           | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: select()`                                                 | PASS    |                                                                                             |
| `input type password: select() a second time (must not fire select)`            | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: selectionStart`                                           | PASS    |                                                                                             |
| `input type password: selectionStart a second time (must not fire select)`      | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: selectionEnd`                                             | PASS    |                                                                                             |
| `input type password: selectionEnd a second time (must not fire select)`        | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: selectionDirection`                                       | PASS    |                                                                                             |
| `input type password: selectionDirection a second time (must not fire select)`  | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: setSelectionRange()`                                      | PASS    |                                                                                             |
| `input type password: setSelectionRange() a second time (must not fire select)` | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |
| `input type password: setRangeText()`                                           | PASS    |                                                                                             |
| `input type password: setRangeText() a second time (must not fire select)`      | FAIL    | `assert_unreached: the select event must not fire the second time Reached unreachable code` |

</details>
</details>

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

Received on Wednesday, 8 March 2017 04:52:58 UTC