chromium/third_party/blink/web_tests/css3/filters/effect-reference-subregion-chained-hw.html

<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="10" x="80" y="0" width="80" height="90"/>
      <feColorMatrix type="hueRotate" values="10" x="40" y="0" width="80" height="90"/>
    </filter>
  </defs>
</svg>
<style>
img {
    margin: 10px;
    transform: translateZ(0);
}
</style>
<img src="resources/reference.png">
<img style="filter: url(#colormatrix);" src="resources/reference.png">