summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/1769580-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/select/1769580-ref.html')
-rw-r--r--layout/reftests/forms/select/1769580-ref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/forms/select/1769580-ref.html b/layout/reftests/forms/select/1769580-ref.html
new file mode 100644
index 0000000000..e6a4cb6577
--- /dev/null
+++ b/layout/reftests/forms/select/1769580-ref.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+select {
+ appearance: none;
+ background: lightgray;
+ border: none;
+ text-indent: 0.01px;
+}
+</style>
+<select>
+ <option>16</option>
+</select>