diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/393956-4.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/393956-4.html b/layout/generic/crashtests/393956-4.html new file mode 100644 index 0000000000..ea88513a8c --- /dev/null +++ b/layout/generic/crashtests/393956-4.html @@ -0,0 +1,11 @@ +<html> +<head><style> +body { column-count: 2; } +#x { height: 1px; } +#y { height: 2px; } + +</style></head> + +<body><div id="x"><div id="y"></div></div></body> + +</html> |