Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / input-search-padding.html
blobc05c1e8b1c63f981a1a6ad6696acfda6a6979ee7
1 <style>
2 input {
3 font-size: 30pt;
4 padding-bottom: 30px;
6 </style>
7 <input type="search" value="value jgq not clipped" style="-webkit-appearance:none"><br>
8 <input type="text" value="value jgq not clipped"><br>
9 <input type="search" style="height: 25px; padding: 4px; -webkit-appearance:textfield; font-size: 20px;" value="Sample Input">