summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-selected-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/number/number-selected-ref.html')
-rw-r--r--layout/reftests/forms/input/number/number-selected-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/number/number-selected-ref.html b/layout/reftests/forms/input/number/number-selected-ref.html
new file mode 100644
index 0000000000..3b9b33b23d
--- /dev/null
+++ b/layout/reftests/forms/input/number/number-selected-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html class="reftest-wait">
+ <head>
+ <script>
+
+document.addEventListener("MozReftestInvalidate", function() {
+ document.getElementById("i").select();
+ document.documentElement.className = "";
+});
+
+ </script>
+ </head>
+ <body>
+ <input id="i" type="text" value="123">
+ <!-- div to cover spin box area -->
+ <div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
+ </body>
+</html>