tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

popover-hidden-display-ref.html (532B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel=author href="mailto:masonf@chromium.org">
      4 <link rel="stylesheet" href="resources/popover-styles.css">
      5 
      6 
      7 <div class=fake-popover>This content should be visible and green</div>
      8 <div class=fake-popover style="top:100px;">This content should be visible and green</div>
      9 <div class=fake-popover style="top:200px;">This content should be visible and green</div>
     10 
     11 <style>
     12  .fake-popover {
     13    top: 0;
     14    margin:10px;
     15    width: 300px;
     16    height: 50px;
     17    background: green;
     18  }
     19 </style>