blob: ab90fae4285d5fe415728748dcff884dc77b62a9 [file] [log] [blame]
Select multiple option with mouse drag
P1
P2
P3
P4
P5
P6
P7
PASS document.getElementById("selectId").options[0].selected is true
PASS document.getElementById("selectId").options[1].selected is true
PASS document.getElementById("selectId").options[2].selected is true
PASS document.getElementById("selectId").options[3].selected is true
PASS successfullyParsed is true
TEST COMPLETE