tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / select-multiple-elements-with-mouse-drag-expected.txt
1 Select multiple option with mouse drag
2
3
4 PASS document.getElementById("selectId").options[0].selected is true
5 PASS document.getElementById("selectId").options[1].selected is true
6 PASS document.getElementById("selectId").options[2].selected is true
7 PASS document.getElementById("selectId").options[3].selected is true
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11