Test Multiple Select
open ../tests/html/test_multiselect.html  
assertSelectedOptions theSelect Second Option
select theSelect index=4
verifySelectedOptions theSelect Fifth Option
addSelection theSelect Third Option
addSelection theSelect value=
verifySelectedOptions theSelect Third Option,Fifth Option,Empty Value Option
removeSelection theSelect id=o7
verifySelectedOptions theSelect Third Option,Fifth Option
removeSelection theSelect label=Fifth Option
verifySelected theSelect Third Option
addSelection theSelect
verifySelectedOptions theSelect Third Option,
removeSelection theSelect
removeSelection theSelect Third Option
assertFailureOnNext false
verifySelected theSelect
verifySelectedOptions theSelect