repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
menulist-restrict-line-height.html
blob
22a74a1e2e299a0b50da28e55fea7f09e7e963c7
1
This tests that we don't honor line-height for styled popup buttons.
<br>
2
<select
style
=
"line-height:7px; background-color: lightblue;"
>
3
<option>
This text should not be clipped.
4
</select>