blob: 41d6b74824344be64116d6e45091b56860646ea1 [file] [log] [blame]
<?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>