Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>Flexbox row fragmentation and item that stretches in the block axis.</title>
<link rel="author" title="Alison Maher" href="mailto:almaher@microsoft.com">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="columns:1; height:300px; column-fill:auto;">
<div style="display:flex; height:50px; flex-wrap: wrap;">
<div style="width:100px; background:green;"></div>
<div style="width:100px; height:100px;"></div>
</div>
</div>