wpt / css / css-multicol / table / table-cell-as-multicol.html

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

/css/css-multicol/table/table-cell-as-multicol.html

<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#propdef-column-count">
<link rel="match" href="table-cell-as-multicol-ref.html">
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
  <div style="display:table-cell; width:1em;">P</div>
  <div style="display:table-cell; width:3em; column-count:3; column-gap:0; orphans:1; widows:1;">
    A<br>
    S<br>
    S<br>
  </div>
</div>

/css/css-multicol/table/table-cell-as-multicol-ref.html

<!DOCTYPE html>
<p>You should see the word 'PASS' below.</p>
<div style="font-family:monospace;">
  <div style="float:left; overflow:hidden; width:1em;">P</div>
  <div style="float:left; overflow:hidden; width:1em;">A</div>
  <div style="float:left; overflow:hidden; width:1em;">S</div>
  <div style="float:left; overflow:hidden; width:1em;">S</div>
</div>