haikuwebkit/LayoutTests/fast/forms/search-display-none-cancel-...

14 lines
343 B
HTML

<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>