summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/select/select-required-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-invalid/select/select-required-ref.html')
-rw-r--r--layout/reftests/css-invalid/select/select-required-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/css-invalid/select/select-required-ref.html b/layout/reftests/css-invalid/select/select-required-ref.html
new file mode 100644
index 0000000000..3c2bde80a0
--- /dev/null
+++ b/layout/reftests/css-invalid/select/select-required-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <link rel='stylesheet' type='text/css' href='style.css'>
+ <body>
+ <select style="background-color: green;">
+ <option selected value="">foo</option>
+ </selecT>
+ </body>
+</html>