inferno@chromium.org | 9a4e504 | 2010-11-24 00:12:00 +0000 | [diff] [blame] | 1 | <html> |
2 | <script> | ||||
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame^] | 3 | if (window.testRunner) |
4 | testRunner.dumpAsText(); | ||||
inferno@chromium.org | 9a4e504 | 2010-11-24 00:12:00 +0000 | [diff] [blame] | 5 | </script> |
6 | <style> | ||||
7 | input[type="search"]::-webkit-search-cancel-button { | ||||
8 | -webkit-appearance: none; | ||||
9 | display: table-column; | ||||
10 | } | ||||
11 | </style> | ||||
12 | <input type="search"> | ||||
13 | PASS | ||||
14 | </html> |