tor-browser

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

transform3d-preserve3d-013-ref.html (574B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <!-- sqrt(2) == 0.70710678; 200/sqrt(2) == 141.421356.
      7    'transform' is needed on the outer div so the scrollbars are shrunk
      8    appropriately. -->
      9  </head>
     10  <body>
     11    <div style="overflow: scroll; transform: scaley(0.70710678);
     12      transform-origin: top">
     13      <div style="height: 200px">
     14        <div style="height: 141.421356px; width: 100px; background: lime">
     15        </div>
     16    </div></div>
     17  </body>
     18 </html>