Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / avoid-column-break-inside.html
blob6f4f9942298478b15ae88733c8eca78399d28515
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Avoid column break inside block</title>
5 </head>
6 <body>
7 <p>There should be a blue square below.</p>
8 <div style="-webkit-columns:4; columns:4;">
9 <div style="width:100px; height:100px; -webkit-column-break-inside:avoid; break-inside:avoid; background:blue;"></div>
10 </div>
11 </body>
12 </html>