trisquel-icecat/icecat/layout/reftests/forms/input/number/appearance-textfield-dynamic.html

7 lines
175 B
HTML

<!doctype html>
<input type=number>
<script>
let input = document.querySelector("input");
input.getBoundingClientRect();
input.style.appearance = "textfield";
</script>