summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/content-visibility/content-visibility-with-popover-top-layer-and-auto-descendant-ref.html
blob: 211bb89a33eadb6f0f8b8b5703c39a7b1d6dc67f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf8">
<title>CSS Content Visibility: content-visibility: auto descendant in popover is shown on showPopover"</title>
<meta name="assert" content="content-visibility: auto descendant in popover is shown on showPopover">

<div id="spacer" style="height: 100vh"></div>
<div popover="manual" style="display: block; position: static;" id="popover">
  <span>Test passes if this is visible</span>
</div>

<script>
  popover.showPopover();
</script>