<!DOCTYPE>
<body>
<style>
#testField {
width: 200px;
height: 30px;
-webkit-appearance: none;
}
</style>
<input type="search" id="testField" value="Shaking!">
</body>
<!DOCTYPE>
<body>
<style>
#testField {
width: 200px;
height: 30px;
-webkit-appearance: none;
}
</style>
<input type="search" id="testField" value="Shaking!">
</body>