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/table-in-columns-005-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Container Queries Crash Test</title>
<li style="container-type:inline-size">
<span style="columns:2">
<table></table>
</span>
</li>