Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / select-event-on-input-and-textarea-expected.txt
blob92f835973ed4e89c418d0c0e5e89a3278b8ce511
1 Test select event is triggered on input and textarea Elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS select event is triggered on setSelectionRange, setRangeText, selectionStart, selectionEnd and selectionDirection methods of input element.
7 PASS select event is triggered on setSelectionRange, setRangeText, selectionStart, selectionEnd and selectionDirection methods of textarea element.
8 PASS successfullyParsed is true
10 TEST COMPLETE