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/table-content-size-blending-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
<style>
span {
display: inline-block;
width: 2000000px;
}
table {
border-collapse: collapse;
width: 2060000px
}
td {
padding: 0;
}
</style>
<table><td><span></span><span></span></td></table>