tor-browser

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

transform-background-ref-1.html (450B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com"> <!-- 2012-04-17 -->
      7    <style>
      8      div {
      9        width: 200px;
     10        height: 100px;
     11        background: url(support/transform-triangle-up.svg);
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <div></div>
     17  </body>
     18 </html>