tenfourfox/layout/generic/crashtests/393956-3.html

12 lines
173 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head><style>
body { -moz-column-count: 1; }
#x { height: 1px; }
#y { height: 2px; }
</style></head>
<body><div id="x"><div id="y"></div></div></body>
</html>