/home/clopez/webkit/webkit/layout-test-results/fast/forms/select/optgroup-clicking-actual.txt

55
66
77Click enabled option
8 PASS $("listbox").selectedIndex is 1
 8FAIL $("listbox").selectedIndex should be 1. Was 2.
99
1010Click disabled option - doesn't change selectedIndex
11 PASS $("listbox").selectedIndex is 1
 11FAIL $("listbox").selectedIndex should be 1. Was 2.
1212
1313Menu list with arrow key
14 PASS $("menulist").selectedIndex is 8
 14FAIL $("menulist").selectedIndex should be 8. Was 3.
1515PASS successfullyParsed is true
1616
1717TEST COMPLETE