chromium/third_party/blink/web_tests/svg/filters/color-space-conversion-expected.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <g>
    <rect x="5" y="5" width="20" height="20" fill="rgb(0,0,0)"/>
    <rect x="25" y="5" width="20" height="20" fill="rgb(102,0,0)"/>
    <rect x="45" y="5" width="20" height="20" fill="rgb(204,0,0)"/>
    <rect x="65" y="5" width="20" height="20" fill="rgb(255,0,0)"/>
    <rect x="25" y="25" width="20" height="20" fill="rgb(0,102,0)"/>
    <rect x="45" y="25" width="20" height="20" fill="rgb(0,204,0)"/>
    <rect x="65" y="25" width="20" height="20" fill="rgb(0,255,0)"/>
    <rect x="25" y="45" width="20" height="20" fill="rgb(0,0,102)"/>
    <rect x="45" y="45" width="20" height="20" fill="rgb(0,0,204)"/>
    <rect x="65" y="45" width="20" height="20" fill="rgb(0,0,255)"/>
    <rect x="85" y="45" width="20" height="20" fill="rgb(255,255,255)"/>
  </g>
</svg>