Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="A block with no available space at the column boundary should be pushed to the next column, not create a zero-height fragment.">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="columns: 2; column-gap: 0; column-fill: auto; height: 100px; width: 200px; margin-left: -100px;">
<div style="height: 100px;"></div>
<div style="height: 100px; outline:auto; background: green;
outline: 5px solid green; outline-offset: -5px;"></div>
</div>