wpt / css / css-multicol / multicol-list-item-006.html

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

/css/css-multicol/multicol-list-item-006.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
<link rel="match" href="multicol-list-item-006-ref.html">
<div style="position:absolute; left:40px; top:30px;">&darr; Marker here.</div>
<div style="display:list-item; columns:2; column-gap:20px; width:320px; margin:50px;">
  <div style="height:100px;"></div>
  <div style="column-span:all; height:50px;"></div>
  <div style="height:100px;"></div>
</div>

/css/css-multicol/multicol-list-item-006-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="position:absolute; left:40px; top:30px;">&darr; Marker here.</div>
<div style="display:list-item; margin:50px;"></div>