Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / fixed-height-fill-balance-2-expected.html
blobd3299f55a51ab31988cd083c9173ac676aeae9e2
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="width:20em;">
9 <div style="float:left; width:6em; height:2em; background:blue;"></div>
10 <div style="float:left; width:1em; height:2em;"></div>
11 <div style="float:left; width:6em; height:2em; background:blue;"></div>
12 <div style="float:left; width:1em; height:2em;"></div>
13 <div style="float:left; width:6em; height:2em; background:blue;"></div>
14 </div>
15 </body>
16 </html>