summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/padding-001-notref.html
blob: de85ee169b85d07835e2579e880bfa040444f51a (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
input {
  box-sizing: border-box;
  padding: 2em;
  height: 1em;
  -moz-appearance: textfield;
}
</style>
<input type=number>