1 Test if selected options are correctly restored even if their positions were changed.
3 PASS $("opt-la").selected is false
4 PASS $("opt-tk").selected is false
5 PASS $("opt-os").selected is true
6 PASS $("opt-ak").selected is false
7 PASS $("opt-wy").selected is false
8 We don't care which one is selected because their values are identical:
9 PASS !!($("opt-ca-1").selected ^ $("opt-ca-2").selected) is true
10 PASS successfullyParsed is true