tor-browser

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

retained-dl-prerender-transform-1-ref.html (374B)


      1 <html>
      2 <head>
      3 <style>
      4  * {
      5    margin: 0px;
      6    padding: 0px;
      7  }
      8  .inner {
      9    width: 100px;
     10    height: 100px;
     11    background-color: green;
     12    display: inline-block;
     13  }
     14  body {
     15    overflow: hidden;
     16  }
     17 </style>
     18 </head>
     19 <body id="body">
     20  <div id="transformed" style="transform:translateX(700px);">
     21      <div id="first" class="inner"></div>
     22  </div>
     23 </body>
     24 </html>