blob: 062cd9f92e3c278244ff41cf85d1804e3f18f1a6 [file] [log] [blame]
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#box-splitting">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1425075">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns:2; gap:0; column-fill:auto; width:100px; height:100px; background:red;">
<div style="display:table; width:100%;">
<div style="display:table-cell; border-bottom:50px solid green; background:red;">
<div style="height:150px; background:green;"></div>
</div>
</div>
</div>