[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / menulist-style-color.html
1 <select>
2     <option>Default</option>
3 </select>
4
5 <select style="color:red">
6     <option>Red</option>
7 </select>
8
9 <select style="background-color:green">
10     <option>Default on green</option>
11 </select>
12
13 <select style="color:red;background-color:green">
14     <option>Red on green</option>
15 </select>