tenfourfox/layout/generic/crashtests/408737-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
242 B
HTML

<html>
<head><style>
#colset { -moz-column-count: 1; }
#short { height: 0px; }
#tall { height: 10000px; }
</style></head>
<body>
<div id="colset">
<div id="short">
<div id="tall"></div>
</div>
</div>
</body>
</html>