1
0
Fork 0
firefox/testing/web-platform/tests/html/semantics/popovers/popover-hidden-display-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

19 lines
532 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<link rel=author href="mailto:masonf@chromium.org">
<link rel="stylesheet" href="resources/popover-styles.css">
<div class=fake-popover>This content should be visible and green</div>
<div class=fake-popover style="top:100px;">This content should be visible and green</div>
<div class=fake-popover style="top:200px;">This content should be visible and green</div>
<style>
.fake-popover {
top: 0;
margin:10px;
width: 300px;
height: 50px;
background: green;
}
</style>