Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>column-height: 0</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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; columns:2 / 0; padding-bottom:1px; border-bottom:1px solid green; width:100px; gap:49px 0; column-fill:auto; background:red;">
<div style="height:6px; background:green;"></div>
<div style="position:absolute; top:1px; left:0; width:100%; height:48px; background:green;"></div>
<div style="position:absolute; top:50px; left:0; width:100%; height:48px; background:green;"></div>
</div>