summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/container-queries/crashtests/chrome-bug-1362391-crash.html
blob: d4e1fec400096024286d4d9ddc350f777919a86c (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<title>DCHECK failure for style recalc from layout tree rebuild</title>
<link rel="help" href="https://crbug.com/1362391">
<div style="display:table-column-group">
  <div style="container-type:size">
    <image title="crash"></image>
  </div>
</div>