diff options
Diffstat (limited to 'layout/reftests/bugs/645647-1.html')
-rw-r--r-- | layout/reftests/bugs/645647-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/645647-1.html b/layout/reftests/bugs/645647-1.html new file mode 100644 index 000000000..6b8e76c4a --- /dev/null +++ b/layout/reftests/bugs/645647-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<body> + <div style="display: list-item; list-style-type: none; + list-style-position: inside; + border: 1px solid green; width: -moz-fit-content">Some text</div> + <div style="display: list-item; list-style-type: none; + list-style-position: outside; + border: 1px solid green; width: -moz-fit-content">Some text</div> +</body> |