Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-balance.html
blob3fa3d7c11010046336a768b5f1415fdb21e014e6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>balancing fixed-height multicol</title>
5 </head>
6 <body style="color:black; background:white;">
7 <p>Below there should be a blue box horizontally centered on the page.</p>
8 <div style="-webkit-columns:3; columns:3; height:10em; orphans:1; widows:1;">
9 <div style="color:white;">line</div>
10 <div style="width:5em; margin:auto; color:blue; background:blue;">line</div>
11 <div style="color:white;">line</div>
12 </div>
13 </body>
14 </html>