Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/table/repeated-section/border-spacing-taller-than-fragmentainer-002-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:4; height:100px; column-fill:auto;">
<div style="display:table; border-spacing:120px;">
<div style="display:table-header-group; break-inside:avoid;">
<div style="height:20px;"></div>
</div>
<div style="height:140px;"></div>
</div>
</div>