tor-browser

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

transform-matrix-006-ref.html (432B)


      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: skewY(45deg);
     10        width: 100px;
     11        height: 100px;
     12        background: gold;
     13      }
     14    </style>
     15  </head>
     16  <body>
     17    <div></div>
     18  </body>
     19 </html>