wpt / css / css-break / table / table-border-007.html

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

/css/css-break/table/table-border-007.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#box-splitting">
<link rel="match" href="table-border-007-ref.html">
<p>There should be a pink table with a black border. The table should be split
  into two columns.</p>
<div style="columns:2; gap:0; column-fill:auto; width:200px; height:100px;">
  <div style="display:table; border:10px solid; height:180px; width:50px; background:pink;"></div>
</div>

/css/css-break/table/table-border-007-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>There should be a pink table with a black border. The table should be split
  into two columns.</p>
<div style="float:left; border:10px solid; border-bottom:none; width:50px; height:90px; margin-right:30px; background:pink;"></div>
<div style="float:left; border:10px solid; border-top:none; width:50px; height:90px; background:pink;"></div>