tenfourfox/layout/reftests/columns/column-balancing-overflow-005.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
386 B
HTML

<html><head>
<style>
#colset { width: 200px;
-moz-column-count: 3;
-moz-column-gap: 4px;
padding: 4px;
outline: 1px orange solid; }
#b { height: 12px;
outline: 1px green dotted;}
#c { height: 13px;
background: yellow;}
</style></head><body><div id="colset"><div id="b"><div id="c"></div></div></div>
</body></html>