mix-blend-mode-svg-ref.html (463B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Test: SVG element is blended.</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: #0F0; 11 } 12 </style> 13 </head> 14 <body> 15 <p>Test passes if you can see a green box.</p> 16 <div></div> 17 </body> 18 </html>