Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-balance-2-expected.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>balancing fixed-height multicol</title>
5     </head>
6     <body style="overflow:hidden;">
7         <p>There should be three identical blue rectangles below.</p>
8         <div style="width:20em;">
9             <div style="float:left; width:6em; height:2em; background:blue;"></div>
10             <div style="float:left; width:1em; height:2em;"></div>
11             <div style="float:left; width:6em; height:2em; background:blue;"></div>
12             <div style="float:left; width:1em; height:2em;"></div>
13             <div style="float:left; width:6em; height:2em; background:blue;"></div>
14         </div>
15     </body>
16 </html>