tor-browser

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

mix-blend-mode-canvas-parent-ref.html (455B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>CSS Test: Canvas with mix-blend-mode blends with the parent element.</title>
      5        <link rel="author" title="Mihai Tica" href="mailto:mitica@adobe.com">
      6    </head>
      7    <body>
      8        <p>Test passes if you can see a green rectangle. <br>
      9        If blending is not performed, the canvas is displayed with red. </p>
     10        <div style="width: 100px; height: 100px; background: #0F0;">
     11    </body>
     12 </html>