chromium/third_party/blink/web_tests/fast/forms/search/search-cancel-button-style-sharing.html

<p>
    Only the second search field should have a cancel button (&times;).
</p>
<input type="search">
<input type="search" value="this one">
<script>
document.querySelectorAll('input')[1].focus();
</script>