tor-browser

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

transform3d-preserve3d-013.html (957B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Test (Transforms): Preserve-3D with 'overflow: scroll'</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <link rel="help" href="http://www.w3.org/TR/css-transforms-2/#transform-style-property">
      7    <meta name="assert" content="This is identical to
      8    transform3d-preserve3d-008.html, except with 'overflow: scroll' instead of
      9    'hidden'.  (Note that the ref is nontrivial, because the scrollbar has to
     10    be scaled appropriately.)">
     11    <link rel="match" href="transform3d-preserve3d-013-ref.html">
     12    <meta name=fuzzy content="maxDifference=0-120;totalPixels=0-3422">
     13  </head>
     14  <body>
     15    <div style="transform: rotatex(45deg); transform-origin: top;
     16      transform-style: preserve-3d; overflow: scroll">
     17      <div style="transform: rotatex(-45deg); transform-origin: top;
     18        height: 200px; width: 100px; background: lime">
     19    </div></div>
     20  </body>
     21 </html>