Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / text / text-select-invisible-expected.txt
blob33fd4850ef35442bb8d6584f7c36076c1e9706b4
1 This test confirms that select an hidden input element does not cause focus change.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getSelection().anchorNode is document.body
7 PASS getSelection().anchorOffset is 3
8 PASS getSelection().anchorNode is document.body
9 PASS getSelection().anchorOffset is 3
10 PASS successfullyParsed is true
12 TEST COMPLETE