mix-blend-mode-canvas-sibling-ref.html (456B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: Canvas with mix-blend-mode blends with sibling 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"></div> 11 </body> 12 </html>