OLD | NEW |
(Empty) | |
| 1 Test to show select() support for Email, Number, Date/Time, Color and File. It t
hrows only for selection() API |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS id.select() is |
| 7 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('ema
il') does not support selection.. |
| 8 PASS id.select() is |
| 9 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('num
ber') does not support selection.. |
| 10 PASS id.select() is |
| 11 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('dat
e') does not support selection.. |
| 12 PASS id.select() is |
| 13 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('dat
etime-local') does not support selection.. |
| 14 PASS id.select() is |
| 15 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('col
or') does not support selection.. |
| 16 PASS id.select() is |
| 17 PASS id.selectionStart() threw exception InvalidStateError: Failed to read the '
selectionStart' property from 'HTMLInputElement': The input element's type ('fil
e') does not support selection.. |
| 18 PASS successfullyParsed is true |
| 19 |
| 20 TEST COMPLETE |
| 21 |
OLD | NEW |