tor-browser

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

mix-blend-mode-image-notref.html (572B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>CSS Test: Image element with mix-blend-mode.</title>
      5        <link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
      6        <style type="text/css">
      7            div {
      8                width: 100px;
      9                height: 75px;
     10                background: #FF0;
     11            }
     12        </style>
     13    </head>
     14    <body>
     15        <p>Test passes if you can see a green rectangle.</p>
     16        <div>
     17            <img src="../support/red.png" style="max-width:100%; max-height:100%;">
     18        </div>
     19    </body>
     20 </html>