summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-list-item-005.html
blob: 4f158dfde49aed02aa1a39a9860a71f878da00e5 (plain)
1
2
3
4
5
6
7
8
9
10
<!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-005-ref.html">
<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="column-span:all; height:50px;">&larr; Marker here.</div>
  Marker NOT here
</div>