blob: d978938bd6027d56212063c419e817cd5890405d [file] [log] [blame]
adelebab2b912007-02-09 02:24:14 +00001<html>
2 <body>
3 This tests that backgrounds for list box items draw correctly when a list box is a block<br>
4 <select style="display: block;" multiple>
5 <option selected>Item1</option>
6 </select>
7 </body>
8</html>