blob: 60d6f9d3a1f7e04a417b3f06b08663ece6f2f7d3 (
plain)
1
2
3
4
5
6
7
8
|
<!doctype html>
<title>CSS Container Queries Crash Test</title>
<link rel="help" href="https://crbug.com/1336334">
<li style="container-type:inline-size">
<span style="columns:2">
<table></table>
</span>
</li>
|