Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / month / month-setrangetext-expected.txt
blobb07bbd9b24dd31e762d60fb4371859bd15afb9d1
1 Test setRangeText() method is not available in month inputs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Running tests on input with attributes: {"type":"month"}
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 ('month') does not support selection..
11 PASS element.value is ""
12 PASS successfullyParsed is true
14 TEST COMPLETE