tor-browser

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

mix-blend-mode-blended-element-overflow-scroll-ref.html (663B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <meta charset="utf-8">
      5        <title>CSS Reftest Reference</title>
      6        <link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
      7        <link rel="author" title="Ion Roșca" href="mailto:rosca@adobe.com">
      8        <link rel="reviewer" title="Mihai Țică" href="mailto:mitica@adobe.com">
      9        <style type="text/css">
     10            div {
     11                width: 100px;
     12                height: 100px;
     13                background-color: lime;
     14            }
     15        </style>
     16    </head>
     17    <body>
     18        <p>Test passes if you see a lime rectangle.</p>
     19        <div>
     20        </div>
     21    </body>
     22 </html>