--- /home/clopez/webkit/webkit/layout-test-results/fast/forms/select/optgroup-clicking-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/fast/forms/select/optgroup-clicking-actual.txt @@ -5,13 +5,13 @@ Click enabled option -PASS $("listbox").selectedIndex is 1 +FAIL $("listbox").selectedIndex should be 1. Was 2. Click disabled option - doesn't change selectedIndex -PASS $("listbox").selectedIndex is 1 +FAIL $("listbox").selectedIndex should be 1. Was 2. Menu list with arrow key -PASS $("menulist").selectedIndex is 8 +FAIL $("menulist").selectedIndex should be 8. Was 3. PASS successfullyParsed is true TEST COMPLETE