tor-browser

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

root-element-background-image-transparency-001-ref.html (504B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
      6    <style>
      7      html {
      8        background-color: white;
      9      }
     10      body {
     11        /* The default 8px margin makes the background not line up exactly */
     12        margin: 0;
     13        background: url(support/transform-triangle-left.svg) top left;
     14        opacity: 0.5;
     15        height: 100vh;
     16      }
     17    </style>
     18  </head>
     19  <body>
     20  </body>
     21 </html>