summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/column-balancing-overflow-005.html
blob: 7c9ede3b4438828ca404769ba81e1847a773961a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>