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