4 <title>Avoid column break inside block
</title>
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>