diff options
Diffstat (limited to 'layout/reftests/bugs/315920-6-ref.html')
-rw-r--r-- | layout/reftests/bugs/315920-6-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-6-ref.html b/layout/reftests/bugs/315920-6-ref.html new file mode 100644 index 0000000000..1e77dd05fc --- /dev/null +++ b/layout/reftests/bugs/315920-6-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <style> + option {color: green} + </style> + </head> + <body> + <select size="2"> + <option id="one" selected="selected">Should be no red</option> + <option id="two">Should be no red</option> + </select> + </body> +</html> |