summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-29-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/315920-29-ref.html')
-rw-r--r--layout/reftests/bugs/315920-29-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-29-ref.html b/layout/reftests/bugs/315920-29-ref.html
new file mode 100644
index 0000000000..be0ed06137
--- /dev/null
+++ b/layout/reftests/bugs/315920-29-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Reference for 315920-11 d, e</title>
+ <style> optgroup {color:green} </style>
+ </head>
+ <body>
+ <select size="2">
+ <optgroup id="ogone" label="There should be no red">
+ </optgroup>
+ <optgroup id="ogtwo" label="There should be no red">
+ </optgroup>
+ </select>
+ </body>
+</html>