Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
21600a28fa8fd2c8a81437d94869e45ad785c6f6
/
.
/
LayoutTests
/
fast
/
forms
/
menulist-narrow-width.html
blob: 72a441ded7bee1e6c616bbfce22bf3cd1a6a2ce0 [
file
]
This tests that select elements with a narrow width (1px) are rendered correctly.
<br>
<select
style
=
"
width
:
1px
"
><option>
test
</select><br>
<select
style
=
"
width
:
1px
;
background-color
:
blue
;
"
><option>
test
</select>