Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / menulist-restrict-line-height.html
blob22a74a1e2e299a0b50da28e55fea7f09e7e963c7
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>