tor-browser

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

transform-origin-name-ref-1.html (502B)


      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        margin: 300px 0 0 300px;
     10        width: 100px;
     11        height: 200px;
     12        background: #202040;
     13        transform: rotate(45deg);
     14        transform-origin: 0% 0%;
     15      }
     16    </style>
     17  </head>
     18  <body>
     19    <div></div>
     20  </body>
     21 </html>