tor-browser

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

transform-origin-ref-2.html (462B)


      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        width: 200px;
     10        height: 100px;
     11        border: 1px solid black;
     12        transform: rotate(45deg);
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <div>
     18      Some text!
     19    </div>
     20  </body>
     21 </html>