diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/571281-1c.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/571281-1c.html b/layout/reftests/bugs/571281-1c.html new file mode 100644 index 0000000000..da9cf0a016 --- /dev/null +++ b/layout/reftests/bugs/571281-1c.html @@ -0,0 +1,19 @@ +<!doctype html> +<html> +<head> +<style> +li { + list-style-position: inside; + column-count: 2; + overflow: hidden; +} +</style> +</head> +<body> + +<ul> + <li>Test (inside).</li> +</ul> + +</body> +</html> |