Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-balance-expected.html
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="width:5em; margin:auto; color:blue; background:blue;">line</div>
9   </body>
10 </html>