1
0
Fork 0
firefox/testing/web-platform/tests/css/css-contain/content-visibility/content-with-popover-top-layer-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
419 B
HTML

<!doctype html>
<meta charset="utf8">
<title>CSS Content Visibility: popover shows when rendered (ref)</title>
<style>
.box { width: 100px; height: 100px; border: 1px solid black; }
#popover { outline: none; }
</style>
<div id=container class=box>
This test passes if you can see “PASS” in a white box.
<div popover id=popover>PASS<div id=inner></div></div>
</div>
text
<script>
popover.showPopover();
</script>