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/repeated-footer-insufficient-space-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Failing to find room for repeated table footer in first fragment</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:3; line-height:20px; column-fill: auto; height:90px;">
<div style="height:40px;"></div>
<div style="display:table;">
<div style="display:table-caption;">Caption</div>
<div style="display:table-header-group; break-inside:avoid;">header</div>
body
<div style="display:table-footer-group; break-inside:avoid;">footer</div>
</div>
</div>