blob: a562d6c447f7864ed6b4638f047cb3a73d9315f7 [file] [edit]
<!DOCTYPE html>
<title>Spanner taking up several rows</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-multicol-2/#ch">
<link rel="help" href="https://drafts.csswg.org/css-multicol-2/#cwr">
<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="position:relative; width:100px; height:100px; background:red;">
<div style="columns:2; column-height:5px; column-wrap:wrap; gap:5px 0;">
<div style="column-span:all; height:85px; background:green;"></div>
<div style="height:10px; background:green;"></div>
</div>
<div style="position:absolute; top:85px; width:100%; height:5px; background:green;"></div>
<div style="position:absolute; top:95px; width:100%; height:5px; background:green;"></div>
</div>