OLD | NEW |
| 1 CONSOLE ERROR: The specified value '0123456789XYZ' does not conform to the requi
red format, 'yyyy-MM-dd'. |
1 Test setRangeText() method is not available in date inputs. | 2 Test setRangeText() method is not available in date inputs. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 | 7 |
7 Running tests on input with attributes: {"type":"date"} | 8 Running tests on input with attributes: {"type":"date"} |
8 | 9 |
9 element.value = '0123456789XYZ' | 10 element.value = '0123456789XYZ' |
10 PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError: Failed
to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('dat
e') does not support selection.. | 11 PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError: Failed
to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('dat
e') does not support selection.. |
11 PASS element.value is "" | 12 PASS element.value is "" |
12 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
13 | 14 |
14 TEST COMPLETE | 15 TEST COMPLETE |
15 | 16 |
OLD | NEW |