wpt / css / css-break / table / repeated-section / balanced-inner-multicol.html

Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-break/table/repeated-section/balanced-inner-multicol.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1378657">
<link rel="match" href="balanced-inner-multicol-ref.html">
<p>There should be 6 small blue squares below.</p>
<div style="columns:3; gap:0; column-fill:auto; width:300px; height:100px;">
  <div style="columns:2; gap:0; max-height:260px;">
    <div style="display:table;">
      <div style="display:table-footer-group; break-inside:avoid;">
        <div style="width:10px; height:10px; background:blue;"></div>
      </div>
      <div style="height:460px;"></div>
    </div>
  </div>
</div>

/css/css-break/table/repeated-section/balanced-inner-multicol-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>There should be 6 small blue squares below.</p>
<div style="width:300px;">
  <div style="float:left; width:50px;">
    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
  </div>
  <div style="float:left; width:50px;">
    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
  </div>
  <div style="float:left; width:50px;">
    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
  </div>
  <div style="float:left; width:50px;">
    <div style="margin-top:90px; width:10px; height:10px; background:blue;"></div>
  </div>
  <div style="float:left; width:50px;">
    <div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
  </div>
  <div style="float:left; width:50px;">
    <div style="margin-top:50px; width:10px; height:10px; background:blue;"></div>
  </div>
</div>