chromium/third_party/blink/web_tests/external/wpt/html/semantics/popovers/popover-hidden-display-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<link rel=author href="mailto:[email protected]">
<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>