Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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