Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>'mix-blend-mode' for <svg></title>
<link rel="match" href="blending-svg-root-ref.html">
<div style="background: green">
<div>Expected: a black square on green background.</div>
<svg style="mix-blend-mode: multiply; width: 200px; height: 200px; background: red">
</svg>
</div>