summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/content-visibility/content-visibility-continuations-crash.html
blob: e20d26fceedfc0071c61750776afa62c346d308e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="help" href="https://crbug.com/1197492">
<map>
  <ul></ul>
  <progress></progress>
  <iframe></iframe>
</map>
<style>
body, map, ul, progress {
    content-visibility: auto;
    height: 0vw;
  }
</style>