blob: 6266f72444e74d293dec124d78b354d3c8ca8895 [file] [log] [blame]
This tests copy/paste of select elements. All the options should be included.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById("select") === null is true
PASS select.options[0].value is "One"
PASS select.options[1].value is "Two"
PASS select.options[2].value is "Three"
PASS successfullyParsed is true
TEST COMPLETE