1270797-1.html (257B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <div style="isolation:isolate; background-blend-mode:darken; background-image: url(green100x100.jpg)"> 5 <div style="mix-blend-mode: multiply; width: 200px; height: 200px; background-color:red"></div> 6 </div> 7 </body> 8 </html>