Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-multiple-elements-with-mouse-drag-expected.txt
blob6c88155cf963ed6779beeb38976966e13a836533
1 Select multiple option with mouse drag
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
10 TEST COMPLETE