mix-blend-mode-iframe-sibling-ref.html (478B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: an iframe element with mix-blend-mode should blend with a 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 11 <div style="width: 100px; height: 100px; background: #0F0;"></div> 12 </body> 13 </html>