blob: 36a5c1394dba7e58f252f5836faff559aa21b8b2 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
<defs>
<filter id="colormatrix" color-interpolation-filters="sRGB">
<feColorMatrix type="hueRotate" values="180"/>
</filter>
</defs>
</svg>
<span style="background-color: green; -webkit-filter: url(#colormatrix); filter: url(#colormatrix);">This test passes by not crashing.</span>