summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/crashtests/columns-in-table-001-crash.html
blob: fe421500dade86b6fedbbf6289a668dcc5174f45 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Container Queries Test: TR container with multicol TD crashes Chrome</title>
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#size-container">
<link rel="help" href="https://crbug.com/1291471">
<p>Pass if test does not crash.</p>
<table>
  <tr style="container-type:size;">
    <td style="columns:2"></td>
  </tr>
</table>