wpt / css / css-break / flexbox / single-line-row-flex-fragmentation-049.html

Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-break/flexbox/single-line-row-flex-fragmentation-049.html

<!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>

/css/reference/ref-filled-green-100px-square-only.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org">
<p>Test passes if there is a filled green square.</p>
<div style="width:100px; height:100px; background:green;"></div>