summaryrefslogtreecommitdiffstats
path: root/layout/reftests/abs-pos/select-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/abs-pos/select-1-ref.html')
-rw-r--r--layout/reftests/abs-pos/select-1-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/abs-pos/select-1-ref.html b/layout/reftests/abs-pos/select-1-ref.html
new file mode 100644
index 0000000000..d863d51a49
--- /dev/null
+++ b/layout/reftests/abs-pos/select-1-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <select size=4>
+ <option>foo</option>
+ <option>bar</option>
+ </select>
+ <select>
+ <option>foo</option>
+ <option>bar</option>
+ </select>
+</html>