Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-conditional/container-queries/crashtests/columns-in-table-001-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Container Queries Test: TR container with multicol TD crashes Chrome</title>
<p>Pass if test does not crash.</p>
<table>
<tr style="container-type:size;">
<td style="columns:2"></td>
</tr>
</table>