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 disabled option - doesn't change selectedIndex | 10 Click disabled option - doesn't change selectedIndex |
11 PASS $("listbox").selectedIndex is 1 | 11 PASS $("listbox").selectedIndex is 1 |
12 | 12 |
13 Menu list with arrow key | 13 Menu list with arrow key |
14 PASS $("menulist").selectedIndex is 8 | 14 PASS $("menulist").selectedIndex is 8 |
15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
16 | 16 |
17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 |
18 | 19 |
19 | 20 |
OLD | NEW |