blob: d978938bd6027d56212063c419e817cd5890405d (
plain)
1
2
3
4
5
6
7
8
|
<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>
|