1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/393956-3.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<html> 1.5 +<head><style> 1.6 +body { -moz-column-count: 1; } 1.7 +#x { height: 1px; } 1.8 +#y { height: 2px; } 1.9 + 1.10 +</style></head> 1.11 + 1.12 +<body><div id="x"><div id="y"></div></div></body> 1.13 + 1.14 +</html>