blob: f92dc5f40360a16fed5c1b302d0d481d16511de3 [file] [log] [blame]
<!DOCTYPE html>
<style>
#elm::-webkit-search-cancel-button { position: absolute; }
</style>
<input id="elm" type="search" value="How's Annie?">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script>
test(() => {
elm.focus();
}, "No crash or assertion failure.");
</script>