diff options
Diffstat (limited to 'layout/reftests/bugs/315920-4-ref.html')
-rw-r--r-- | layout/reftests/bugs/315920-4-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/315920-4-ref.html b/layout/reftests/bugs/315920-4-ref.html new file mode 100644 index 0000000000..b8b7eca7b9 --- /dev/null +++ b/layout/reftests/bugs/315920-4-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <body> + <select size="4" id="selection"> + <option id="zero"></option> + <option id="one" style="color: green">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> |