summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/393956-3.html
blob: c63f0024f385fbf4f4f6d33d504fd24d36380304 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head><style>
body { column-count: 1; }
#x   { height: 1px; }
#y   { height: 2px; }

</style></head>

<body><div id="x"><div id="y"></div></div></body>

</html>