Source code
Revision control
Copy as Markdown
Other Tools
<!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>