Re: [html-tests] Don't throw when getting selection(Direction|Start|End) on input (#4952)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 40ebede1ccac9fe131548553259229e09cf47b90
Using browser at version 58.0.3013.3 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/4952/html/semantics/forms/textfieldselection/selection-not-application.html">/html/semantics/forms/textfieldselection/selection-not-application.html</a></summary>


|                       Subtest                       | Results |                                                                     Messages                                                                    |
|-----------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                     | OK      |                                                                                                                                                 |
| `text field selection for the input hidden`         | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('hidden') does not support selection.`         |
| `text field selection for the input email`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection.`          |
| `text field selection for the input datetime-local` | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('datetime-local') does not support selection.` |
| `text field selection for the input date`           | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('date') does not support selection.`           |
| `text field selection for the input month`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('month') does not support selection.`          |
| `text field selection for the input week`           | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('week') does not support selection.`           |
| `text field selection for the input time`           | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('time') does not support selection.`           |
| `text field selection for the input number`         | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.`         |
| `text field selection for the input range`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('range') does not support selection.`          |
| `text field selection for the input color`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('color') does not support selection.`          |
| `text field selection for the input checkbox`       | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('checkbox') does not support selection.`       |
| `text field selection for the input radio`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('radio') does not support selection.`          |
| `text field selection for the input file`           | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('file') does not support selection.`           |
| `text field selection for the input submit`         | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('submit') does not support selection.`         |
| `text field selection for the input image`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('image') does not support selection.`          |
| `text field selection for the input reset`          | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('reset') does not support selection.`          |
| `text field selection for the input button`         | FAIL    | `Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('button') does not support selection.`         |
| `text field selection for the input text`           | PASS    |                                                                                                                                                 |
| `text field selection for the input search`         | PASS    |                                                                                                                                                 |
| `text field selection for the input tel`            | PASS    |                                                                                                                                                 |
| `text field selection for the input url`            | PASS    |                                                                                                                                                 |
| `text field selection for the input password`       | PASS    |                                                                                                                                                 |

</details>
</details>

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

Received on Wednesday, 22 February 2017 08:37:40 UTC