Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / positive-leading.html
blob411fa06fb6825b988545111e0b4b090a8b46946b
1 <!DOCTYPE html>
2 <p>Test that we don't insert a column break in the middle of a line's leading.</p>
3 <p>There should be a black line below.</p>
4 <div style="-webkit-columns:3; column-fill:auto; -webkit-column-gap:0; width:-webkit-fit-content; font-size:3em; height:9em; line-height:5em; text-decoration:underline;">
5 &nbsp;&nbsp;&nbsp;&nbsp;<br>
6 &nbsp;&nbsp;&nbsp;&nbsp;<br>
7 &nbsp;&nbsp;&nbsp;&nbsp;<br>
8 </div>