2 input { -webkit-appearance: none; }
5 Test that search field text is vertically centered if the search field is
6 taller than the text. In each of the following pairs of a search field and
7 a text field, the vertical position of the text should be the
11 <input type=
"search" value=
"Text" results
style=
"height: 45px;">
12 <input type=
"text" value=
"Text" style=
"height: 45px;">
15 <input type=
"search" value=
"Text" results
style=
"height: 16px;">
16 <input type=
"text" value=
"Text" style=
"height: 16px;">
19 <input type=
"search" value=
"Text" results
style=
"height: 12px;">
20 <input type=
"text" value=
"Text" style=
"height: 12px;">