Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / optgroup-clicking-expected.txt
blobd6a62986ea7a1b132338b4de9ee9d885e1ba17cd
1 Test clicking with optgroup element
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Click enabled option
8 PASS $("listbox").selectedIndex is 1
10 Click on optgroup, should not deselect selectedIndex
11 PASS $("listbox").selectedIndex is 1
13 Click disabled option - doesn't change selectedIndex
14 PASS $("listbox").selectedIndex is 1
16 Menu list with arrow key
17 PASS $("menulist").selectedIndex is 8
18 PASS successfullyParsed is true
20 TEST COMPLETE