Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / select / optgroup-clicking-expected.txt
1 Test clicking with optgroup element
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
7 Click enabled option
8 PASS $("listbox").selectedIndex is 1
9
10 Click on optgroup, should not deselect selectedIndex
11 PASS $("listbox").selectedIndex is 1
12
13 Click disabled option - doesn't change selectedIndex
14 PASS $("listbox").selectedIndex is 1
15
16 Menu list with arrow key
17 PASS $("menulist").selectedIndex is 8
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21  
22