summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/render/reftests/blending-svg-root.html
blob: 7cbf68d39a05d9b3e27f2613b65eaf64f63ed54b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>'mix-blend-mode' for &lt;svg&gt;</title>
<link rel="help" href="https://www.w3.org/TR/SVG2/render.html#PaintersModel">
<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>