Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-balance-2.html
blob64fca4872eb1f661a662ae879f52a0710b775702
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="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; line-height:2em; height:3.9em; width:20em;">
9 <div style="background:blue;"><br><br><br></div>
10 </div>
11 </body>
12 </html>