blob: 25c369cc23a524b7fd704aff02727677f9a0eefa [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"></script>
<rect width='100' height='100' fill='red'/>
<rect id='r' width='100' height='100' rx='100' fill='green'/>
<script>
function repaintTest() {
document.getElementById('r').setAttributeNS(null, "rx", "0");
}
</script>
</svg>