diff options
Diffstat (limited to 'layout/generic/crashtests/393956-4.html')
-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 000000000..fe16ea146 --- /dev/null +++ b/layout/generic/crashtests/393956-4.html @@ -0,0 +1,11 @@ +<html> +<head><style> +body { -moz-column-count: 2; } +#x { height: 1px; } +#y { height: 2px; } + +</style></head> + +<body><div id="x"><div id="y"></div></div></body> + +</html> |