/home/clopez/webkit/webkit/layout-test-results/fast/forms/select/optgroup-clicking-actual.txt
5
5
6
6
7
7
Click enabled option
8
P
ASS
$("listbox").selectedIndex
i
s 1
8
F
AIL
$("listbox").selectedIndex
should be 1. Wa
s 2.
9
9
10
10
Click disabled option - doesn't change selectedIndex
11
P
ASS
$("listbox").selectedIndex
i
s 1
11
F
AIL
$("listbox").selectedIndex
should be 1. Wa
s 2.
12
12
13
13
Menu list with arrow key
14
P
ASS
$("menulist").selectedIndex
i
s 8
14
F
AIL
$("menulist").selectedIndex
should be 8. Wa
s 3.
15
15
PASS successfullyParsed is true
16
16
17
17
TEST COMPLETE