3 <script src=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
5 window
.outputRepaintRects
= false;
6 function repaintTest() {
7 document
.getElementById("svg").style
.overflow
="visible";
12 height:
100px; width:
100px;
14 div + div { background: red; }
17 <body onload=
"runRepaintAndPixelTest()">
19 <svg id=
"svg" height=
"100" width=
"100" viewbox=
"0 0 100 100">
20 <rect y=
"100" width=
"100" height=
"100" fill=
"green"/>