tor-browser

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

preserve3d-will-change-large-frame.html (311B)


      1 <!DOCTYPE html>
      2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      3 <style>
      4  .transform {
      5    will-change: transform;
      6    transform-style: preserve-3d;
      7  }
      8 </style>
      9 <body>
     10  <div class="transform">
     11    <div>TEST PAGE</div>
     12    <div style="text-indent: -9999em">TEST PAGE</div>
     13  </div>
     14 </body>