blob: f8e0685f2ffb51b52b09df6637bee0a47e299d9f [file] [log] [blame]
<!DOCTYPE html>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
document.querySelector('rect').setAttribute('x', 25);
}
onload = runRepaintTest;
</script>
<style>
rect {
outline: 5px solid blue;
outline-offset: 10px;
}
</style>
<svg width="600">
<rect x="140" y="25" width="100" height="100" fill="green"/>
</svg>