blob: 02b53941bd2ac7029fd5ac1100668fa263b33921 [file] [log] [blame]
rniwa@webkit.orga9527472013-06-18 21:25:07 +00001<!DOCTYPE html>
2<html>
3<body>
4<style>
5input[type="search"]:focus {
6 border:1px solid #4d90fe;
7}
8
9input[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>