summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/svg-image-root-filter-ref.html
blob: a11aaf36f8c098fa34d9ce8daadd4e6c9ff81c73 (plain)
1
2
3
4
5
6
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<svg height='50px' width='50px' style='filter: hue-rotate(90deg)'>
  <rect width='20px' height='20px' fill='red'></rect>
</svg>