summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/search/appearance-textfield-dynamic.html
blob: db17afd707ea754ff0dc0c557ee03ac940845e49 (plain)
1
2
3
4
5
6
7
<!doctype html>
<input type=search>
<script>
  let input = document.querySelector("input");
  input.getBoundingClientRect();
  input.style.appearance = "textfield";
</script>