summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/crashtests/table-in-columns-004-crash.html
blob: daed42f00945ba98d8fbc7dae40e4a563832de3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<title>CSS Container Queries Crash Test</title>
<link rel="help" href="https://crbug.com/1338055">
<p>Pass if no crash</p>
<div style="container-type:inline-size">
  <span style="columns: 1">
    <canvas>
      <script>
        document.body.offsetTop;
      </script>
      <div style="container-type:inline-size">
        <span style="display:table-column-group"></span>
      </div>
    </canvas>
  </span>
</div>