diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/533379-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/generic/crashtests/533379-1.html b/layout/generic/crashtests/533379-1.html new file mode 100644 index 0000000000..6e98c8788a --- /dev/null +++ b/layout/generic/crashtests/533379-1.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<style> +body { width: 1px; } +ul { column-count: 15; } +li {list-style-position: inside; } +li:first-letter {color: red; } +</style> +</head> + +<body> +<ul><li><span>A B</span></li></ul> +</body> + +</html> |