Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
forms
/
menulist-restrict-line-height.html
blob: 22a74a1e2e299a0b50da28e55fea7f09e7e963c7 [
file
] [
log
] [
blame
]
This tests that we don't honor line-height for styled popup buttons.
<br>
<select
style
=
"
line-height
:
7px
;
background-color
:
lightblue
;
"
>
<option>
This text should not be clipped.
</select>