tor-browser

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

mix-blend-mode-border-image-ref.html (538B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>CSS Test: Blended element with border image</title>
      5        <link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
      6        <style>
      7            div {
      8                width: 120px;
      9                height: 120px;
     10                background: #0F0;
     11            }
     12        </style>
     13    </head>
     14    <body>
     15        <p>Test passes if you can see a green rectangle. <br>
     16        If blending is not performed, the div is displayed with red. </p>
     17        <div></div>
     18    </body>
     19 </html>