gecko/layout/generic/crashtests/393956-4.html
jruderman@hmc.edu f66480d963 Add crashtests
2008-03-26 17:24:55 -07:00

12 lines
173 B
HTML

<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>