OLD | NEW |
---|---|
1 This tests replacing an option using JavaScript. If successful, the options shou ld be "Replacement Option 0", "Option 1", and "Option 2", and selected index sho uld be 0. | 1 This tests replacing an option using JavaScript. If successful, the options shou ld be "Replacement Option 0", "Option 1", and "Option 2", and selected index sho uld be 0. |
2 | 2 |
3 | 3 |
4 options[0] is Option 0 | 4 options[0] is Option 0 |
5 options[1] is Replacement Option 1 | 5 options[1] is Replacement Option 1 |
6 options[2] is Option 2 | 6 options[2] is Option 2 |
7 selected index is 0 | 7 selected index is 0 |
OLD | NEW |