chromium/third_party/blink/web_tests/svg/foreignObject/filter-repaint-expected.svg

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <g>
    <foreignObject width="100%" height="100%">
      <xhtml:div id="div" style="width: 100px; height: 100px; background-color: green;"></xhtml:div>
    </foreignObject>
  </g>
</svg>