tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / input-search-padding.html
1 <style>
2 input {
3     font-size: 30pt;
4     padding-bottom: 30px;
5 }
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">