Webkit
input type=”search” in Webkit Browser
웹킷은 HTML5 search 텍스트 박스에 대한 버그가 있다.
input
[
type
=
"search"
]
{
-webkit-appearance
:
textfield
;
box-sizing
:
content-box
;
}