Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textarea-select-expected.txt
blobc26b99cac9b50fbc2b8af76c297abdd3a2b801a8
1 This test calls textarea.select and confirms selectionStart/End.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS text.selectionStart is 0
7 PASS text.selectionEnd is 6
8 PASS successfullyParsed is true
10 TEST COMPLETE