diff options
Diffstat (limited to 'layout/reftests/bugs/315920-5-ref.html')
-rw-r--r-- | layout/reftests/bugs/315920-5-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-5-ref.html b/layout/reftests/bugs/315920-5-ref.html new file mode 100644 index 0000000000..5153a4e52a --- /dev/null +++ b/layout/reftests/bugs/315920-5-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head/> + <body> + <select size="4" id="selection"> + <option id="zero" style="color: green" selected="true">Should be no red</option> + <option id="two" style="color: green">Should be no red</option> + <option id="three" style="color: green">Should be no red</option> + </select> + </body> +</html> |