Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-auto-expected.html
blobc329e5729abef98031b713fef90ab1baf6bc7620
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>fixed-height multicol, no balancing</title>
5 </head>
6 <body style="color:black; background:white;">
7 <p>Below there should be a left-aligned blue box.</p>
8 <div style="color:white;">line</div>
9 <div style="color:white;">line</div>
10 <div style="width:5em; color:blue; background:blue;">line</div>
11 </body>
12 </html>