blob: 45abb4554e86ddd649a2e9c4b651c5056b350749 [file] [log] [blame]
<html>
<head>
<style>
input[type="search"]::-webkit-search-cancel-button {
display: none;
}
</style>
</head>
<body>
This tests that the display:none style will work on a search field's cancel button.<br>
<input type="search" value="test">
</body>
</html>