haikuwebkit/LayoutTests/fast/forms/select-block-background.html

9 lines
255 B
HTML

<html>
<body>
This tests that backgrounds for list box items draw correctly when a list box is a block<br>
<select style="display: block;" multiple>
<option selected>Item1</option>
</select>
</body>
</html>