Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/multicol-list-item-005.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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;">← Marker here.</div>
Marker NOT here
</div>