blob: 6a1748d2a2fab6441c30d072eb1174284cbec7a6 [file] [log] [blame]
<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"/>
<g id="g">
<use xlink:href="#rect" />
</g>
<defs>
<rect id="rect" x="0" y="0" width="100" height="60" />
</defs>
<script>
function repaintTest() {
document.getElementById("g").setAttribute("fill", "#00FF00");
}
</script>
</svg>