blending-svg-root.html (390B)
1 <!DOCTYPE html> 2 <title>'mix-blend-mode' for <svg></title> 3 <link rel="help" href="https://www.w3.org/TR/SVG2/render.html#PaintersModel"> 4 <link rel="match" href="blending-svg-root-ref.html"> 5 <div style="background: green"> 6 <div>Expected: a black square on green background.</div> 7 <svg style="mix-blend-mode: multiply; width: 200px; height: 200px; background: red"> 8 </svg> 9 </div>