Sign in
webkit
/
WebKit
/
4e0421c6ea3f688eaca7446095f3ecfb4d4cd4e9
/
.
/
LayoutTests
/
fast
/
forms
/
select-block-background.html
blob: d978938bd6027d56212063c419e817cd5890405d [
file
] [
log
] [
blame
]
<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>