Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / avoid-column-break-inside-expected.html
blobf23b433096dd54bd3898802feb0cecbdb914a28c
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="width:100px; height:100px; background:blue;"></div>
9 </body>
10 </html>