Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/crashtests/negative-section-distribution.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="display: flex;">
<button>
<div style="float: left; padding-top: 2147483648em;"></div>
</button>
<table>
<caption style="display: flex;">
text<br>text
</caption>
<tbody></tbody>
</table>
</div>