summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/padding-001.html
blob: cc2f5c7094f8aa07a8fd882d52f0e5c91d1e2a0f (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 value=1111>