blob: ad9302ca6e96bbff65fde08c75f6789c7a0fb675 [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; filter: url(#colormatrix);">This test passes by not crashing.</span>