Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-auto.html
blob04736d2159befbd5fa62dd75cb7f3a4f3b9a5075
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="-webkit-columns:3; columns:3; column-fill:auto; height:10em; orphans:1; widows:1;">
9 <div style="color:white;">line</div>
10 <div style="color:white;">line</div>
11 <div style="width:5em; color:blue; background:blue;">line</div>
12 </div>
13 </body>
14 </html>