3 <script src=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
5 function repaintTest() {
6 var svg
= document
.getElementById("svg");
13 height:
100px; width:
100px;
15 svg { overflow: visible; }
20 <svg id=
"svg" height=
"100" width=
"100" viewbox=
"0 0 100 100">
21 <rect y=
"200" width=
"100" height=
"100" fill=
"blue">
22 <animate attributeName=
"y" to=
"150" dur=
"1s" begin=
"1s" fill=
"freeze"/>
27 runRepaintAndPixelTest();