2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.querySelector('text').setAttribute('x', 200);
7 onload
= runRepaintTest
;
12 font-family: sans-serif;
14 outline:
5px solid blue;
19 <text x=
"240" y=
"100" width=
"100" height=
"100" fill=
"green">Foo
</text>