Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date / date-setrangetext-expected.txt
blob4b70af802ea45491e8464cf4dc741759034a039c
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
14 TEST COMPLETE