Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / cell-shrinkback.html
blob890b541c49ca0084f42c6e063393243e41afad53
1 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
2 <div style="height: 55px;"></div>
3 <table cellspacing=0 cellpadding=0>
4 <tr>
5 <td><div style="height: 50px; width: 25px;"></div></td>
6 <td style="width:3em; background-color: orange;" valign=bottom>Text</td>
7 </tr>
8 </table>
9 <div style="border-top: solid;"></div>
10 </div>