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