summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/filter-effects/svg-image-root-filter.html
blob: 6df6eb23b9a1443c8c35fe8343a291dd079a03af (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<meta charset="utf-8">
<title>CSS Filter Effects: filters work on the root of an svg image</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1778718">
<link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="svg-image-root-filter-ref.html">
<img id="image"
     src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='50px' width='50px' style='filter: hue-rotate(90deg)'><rect width='20px' height='20px' fill='red'></rect></svg>">