Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
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>