tor-browser

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

retained-dl-style-change-stacking-context-1-ref.html (235B)


      1 <html>
      2 <head>
      3 <style>
      4  body {
      5    margin: 0px;
      6  }
      7  div {
      8    width:200px;
      9    height:200px;
     10    display: inline-block;
     11    position: absolute;
     12  }
     13 </style>
     14 </head>
     15 <body>
     16  <div style="background-color:green"></div>
     17 </body>
     18 </html>