blob: 83d31e268c40a80c2cebcdafd7489b7bf098862b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.width-200px {
width: 200px;
}
</style>
<body>
<p>Tests that the search cancel button is not shown after changing the visibility of &lt;input type=&quot;search&quot;&gt; from visible to hidden to visible. This test passed if you see the search cancel button in the blue outlined box (below).</p>
<div class="width-200px" style="border: 1px solid blue">
<input type="search" value="search" class="width-200px">
</div>
</body>
</html>