Initialize Tizen 2.3
[framework/web/webkit-efl.git] / ManualTests / search-select-all-with-focus-style.html
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>