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/crashtests/break-before-multicol-caption.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:5; column-fill:auto; height:10px;">
<div style="display:table;">
<div style="display:table-caption;">
<div style="height:1px;"></div>
<div style="height:11px; contain:size;"></div>
</div>
<div style="display:table-caption; columns:2; column-fill:auto; height:1px;"></div>
</div>
</div>