tor-browser

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

mix-blend-mode-script-ref.html (508B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>CSS Test: Set mix-blend-mode from script.</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: 100px;
     10                background: #FF0;
     11            }
     12        </style>
     13    </head>
     14    <body>
     15        <p>Test passes if you can see a green box.</p>
     16        <div><div style="background: #0F0;"></div></div>
     17    </body>
     18 </html>