tor-browser

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

transform-rotate-001-ref.html (416B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <style>
      8      div {
      9        transform: rotate(45deg);
     10        width: 100px;
     11        height: 100px;
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <div>Test Text</div>
     17  </body>
     18 </html>