diff options
Diffstat (limited to 'layout/generic/crashtests/435529.html')
-rw-r--r-- | layout/generic/crashtests/435529.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/generic/crashtests/435529.html b/layout/generic/crashtests/435529.html new file mode 100644 index 000000000..736e3377c --- /dev/null +++ b/layout/generic/crashtests/435529.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> + + div { + -moz-column-count: 2; + white-space: pre; + } + + div:first-letter { + float: right; + } + +</style> +</head> + +<body><div> <span>AB</span></div></body> + +</html> |