1 2 3 4 5 6 7 8 9 10 11
<!DOCTYPE> <body> <style> #testField { width: 200px; height: 30px; -webkit-appearance: none; } </style> <input type="search" id="testField" value="Shaking!"> </body>