chromium/third_party/blink/web_tests/paint/invalidation/svg/js-update-image.svg

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" onload="runRepaintAndPixelTest()">
<script xlink:href="../resources/text-based-repaint.js"/>
<image id="image" xlink:href="../../../svg/custom/resources/green-checker.png" x="-100" width="75" height="75" />
<script>
function repaintTest() {
    document.getElementById("image").setAttribute("x", "0");
}
</script>
</svg>