diff options
Diffstat (limited to 'layout/reftests/bugs/1375315-11-ref.html')
-rw-r--r-- | layout/reftests/bugs/1375315-11-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1375315-11-ref.html b/layout/reftests/bugs/1375315-11-ref.html new file mode 100644 index 0000000000..f9f095a087 --- /dev/null +++ b/layout/reftests/bugs/1375315-11-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE html> +<select style="display: list-item; list-style-position: inside; color: green"> + <option>Bullets should be green</option> +</select> |