blob: 1e0795a583d5737c7203bb54c02e4a663d554098 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Test clicking with optgroup element
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Click enabled option
PASS $("listbox").selectedIndex is 1
Click on optgroup, should not deselect selectedIndex
PASS $("listbox").selectedIndex is 1
Click disabled option - doesn't change selectedIndex
PASS $("listbox").selectedIndex is 1
Menu list with arrow key. The test is expected to fail on OSX because of a key binding difference.
PASS $("menulist").selectedIndex is 8
PASS successfullyParsed is true
TEST COMPLETE
|