Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/flexbox/single-line-row-flex-fragmentation-049.html - WPT Dashboard Interop Dashboard
<!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="help" href="https://drafts.csswg.org/css-flexbox-1/#pagination">
<link rel="help" href="https://issues.chromium.org/issues/40943159">
<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:100px;">
<div style="width:100px; background:green;"></div>
<div style="width:100px; height:200px;"></div>
</div>
</div>