diff options
Diffstat (limited to 'layout/reftests/forms/input/number/padding-001.html')
-rw-r--r-- | layout/reftests/forms/input/number/padding-001.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/number/padding-001.html b/layout/reftests/forms/input/number/padding-001.html new file mode 100644 index 0000000000..cc2f5c7094 --- /dev/null +++ b/layout/reftests/forms/input/number/padding-001.html @@ -0,0 +1,10 @@ +<!doctype html> +<style> +input { + box-sizing: border-box; + padding: 2em; + height: 1em; + -moz-appearance: textfield; +} +</style> +<input type=number value=1111> |