tor-browser

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

transform3d-rotatex-ref.html (431B)


      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="mismatch" href="transform-lime-square-ref.html">
      8  </head>
      9  <body>
     10    <div style="transform: rotatex(45deg); width: 100px; height: 100px;
     11      background: lime"></div>
     12  </body>
     13 </html>