Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git] / layout / reftests / svg / filter-basic-03.svg
blobe2f1db1adf0e8fca6dd134b45d3a46718cf661c5
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" >
7 <title>Testcase for invalid filter</title>
9 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=407463 -->
11 <defs>
12 <filter id="nullreg" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"/>
13 </defs>
14 <rect x="0%" y="0%" width="100%" height="100%" fill="lime"/>
15 <rect x="0%" y="0%" width="100%" height="100%" fill="red" filter="url(#nullreg)"/>
16 </svg>