diff options
Diffstat (limited to 'layout/generic/crashtests/723108.html')
-rw-r--r-- | layout/generic/crashtests/723108.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/generic/crashtests/723108.html b/layout/generic/crashtests/723108.html new file mode 100644 index 0000000000..4ebf728a68 --- /dev/null +++ b/layout/generic/crashtests/723108.html @@ -0,0 +1,10 @@ +<html> +<head> +</head> +<body style=" column-count: 2; ">m +<div style="width: 10px; ">m +<div style="column-count: 2; -moz-transform: scale(1); ">m +<span style="position: fixed;">m m</span> +</div> +</body> +</html> |