layout/reftests/columns/column-balancing-overflow-005.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/columns/column-balancing-overflow-005.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<html><head>
     1.5 +<style>
     1.6 +#colset { width: 200px;
     1.7 +          -moz-column-count: 3;
     1.8 +          -moz-column-gap: 4px;
     1.9 +          padding: 4px;
    1.10 +	  outline: 1px orange solid; }
    1.11 +#b      { height: 12px;         
    1.12 +          outline: 1px green dotted;}
    1.13 +#c      { height: 13px;
    1.14 +          background: yellow;}
    1.15 +</style></head><body><div id="colset"><div id="b"><div id="c"></div></div></div>
    1.16 +</body></html>
    1.17 \ No newline at end of file

mercurial