rniwa@webkit.org | a952747 | 2013-06-18 21:25:07 +0000 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <body> | ||||
4 | <style> | ||||
5 | input[type="search"]:focus { | ||||
6 | border:1px solid #4d90fe; | ||||
7 | } | ||||
8 | |||||
9 | input[type="search"] { | ||||
10 | -webkit-appearance: textfield; | ||||
11 | } | ||||
12 | </style> | ||||
13 | <p>To test, focus the search text field below and select-all the content by pressing command/control and a.</p> | ||||
14 | <input value="foo bar " type="search"> | ||||
15 | </body> | ||||
16 | </html> |