diff options
Diffstat (limited to 'layout/reftests/bugs/1375315-4-ref.html')
-rw-r--r-- | layout/reftests/bugs/1375315-4-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1375315-4-ref.html b/layout/reftests/bugs/1375315-4-ref.html new file mode 100644 index 0000000000..97c5418ddb --- /dev/null +++ b/layout/reftests/bugs/1375315-4-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<ul> + <li style="column-count: 2; width: 50px; color: green"> + Bullet should be green. + </li> +</ul> |