summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date/date-setrangetext-expected.txt
blob: 4b70af802ea45491e8464cf4dc741759034a039c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Test setRangeText() method is not available in date inputs.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".



Running tests on input with attributes: {"type":"date"}

element.value = '0123456789XYZ'
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..
PASS element.value is ""
PASS successfullyParsed is true

TEST COMPLETE