1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runRepaintAndPixelTest()">
2 <script xlink:
href=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
3 <script type=
"text/javascript">
4 function repaintTest() {
5 document.getElementById('mover').setAttribute('y',
100);
8 <!-- After repositioning, the red rect should be completely hidden behind the second green rect. -->
11 <rect fill=
"green" width=
"100" height=
"100"/>
13 <svg id=
"mover" y=
"50">
14 <rect fill=
"red" ay=
"50" width=
"100" height=
"50"/>
17 <rect y=
"100" fill=
"green" width=
"100" height=
"50"/>