1 Test setRangeText() method is not available in date inputs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Running tests on input with attributes: {"type":"date"}
9 element.value = '0123456789XYZ'
10 PASS element.setRangeText('ABC', 0, 0) threw exception InvalidStateError: Failed to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('date') does not support selection..
11 PASS element.value is ""
12 PASS successfullyParsed is true