summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/select-3-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/abs-pos/select-3-ref.html')
-rw-r--r--layout/reftests/abs-pos/select-3-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/abs-pos/select-3-ref.html b/layout/reftests/abs-pos/select-3-ref.html
new file mode 100644
index 0000000000..788b6f3dfc
--- /dev/null
+++ b/layout/reftests/abs-pos/select-3-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <body style="margin: 0; padding: 0;">
+ <select style="position: absolute; top: 100px; left: 100px;">
+ <option>foo</option>
+ <option>bar</option>
+ </select>
+ </body>
+</html>