summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/padding-002.html
blob: 5c94be08831ff3835a9d40aeb82180bda8ed6673 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<style>
input {
  padding: 10px 0 0;
  -moz-appearance: textfield;
}
</style>
<input type=number value=1111>