haikuwebkit/LayoutTests/fast/forms/menulist-style-color.html

16 lines
295 B
HTML

<select>
<option>Default</option>
</select>
<select style="color:red">
<option>Red</option>
</select>
<select style="background-color:green">
<option>Default on green</option>
</select>
<select style="color:red;background-color:green">
<option>Red on green</option>
</select>