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