1 This tests copy/paste of select elements. All the options should be included.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.getElementById("select") === null is true
7 PASS select.options[0].value is "One"
8 PASS select.options[1].value is "Two"
9 PASS select.options[2].value is "Three"
10 PASS successfullyParsed is true