summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/padding-001-ref.html
blob: 90c2f78ee219356d04566538472a80e65b0a308f (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
input {
  box-sizing: border-box;
  padding: 2em;
  height: 1em;
}
</style>
<input type=text value=1111>