tor-browser

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

transform3d-preserve3d-001-ref.html (484B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Matt Woodrow" href="mailto:mwoodrow@mozilla.com">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <link rel="stylesheet" href="/fonts/ahem.css">
      8    <style>
      9      div {
     10        font: 25px/1 Ahem;
     11      }
     12    </style>
     13  </head>
     14  <body>
     15    <div style="transform: rotatex(180deg); width: 100px; height: 100px;">
     16      XXpp
     17    </div>
     18  </body>
     19 </html>