summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/render/reftests/blending-svg-root-ref.html
blob: 35f278cfaf59168bf6e221b1b6a7bb2dc08578e2 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<div style="background: green">
  <div>Expected: a black square on green background.</div>
  <svg style="width: 200px; height: 200px; background: black">
  </svg>
</div>