summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-auto-width-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/number/number-auto-width-1-ref.html')
-rw-r--r--layout/reftests/forms/input/number/number-auto-width-1-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/number/number-auto-width-1-ref.html b/layout/reftests/forms/input/number/number-auto-width-1-ref.html
new file mode 100644
index 0000000000..50b7b7e04b
--- /dev/null
+++ b/layout/reftests/forms/input/number/number-auto-width-1-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <input type="text" style="-moz-appearance:none; width:auto;">
+ <!-- div to cover spin box area -->
+ <div style="display:block; position:absolute; background-color:black; width:2000px; height:100px; top:0px; left:100px;">
+ </body>
+</html>