summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/padding-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/number/padding-001-ref.html')
-rw-r--r--layout/reftests/forms/input/number/padding-001-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/number/padding-001-ref.html b/layout/reftests/forms/input/number/padding-001-ref.html
new file mode 100644
index 0000000000..90c2f78ee2
--- /dev/null
+++ b/layout/reftests/forms/input/number/padding-001-ref.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<style>
+input {
+ box-sizing: border-box;
+ padding: 2em;
+ height: 1em;
+}
+</style>
+<input type=text value=1111>