tor-browser

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

clip-path-ref-bottom-green-ref.html (562B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <head>
      5    <title>CSS Reftest Reference</title>
      6    <link rel="author" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
      7    <style>
      8        html, body {
      9            width: 100%;
     10            height: 100%;
     11            margin: 0;
     12        }
     13    </style>
     14 </head>
     15 <body>
     16    <div style="width: 100%; height: 50%; margin-top: 50%; background-color: green; position: absolute;"></div>
     17    <p style="position: absolute;">The test passes if the top half of the site is white and the bottom half of the site is green.</p>
     18 </body>
     19 </html>