2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
3 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
5 window
.testIsAsync
= true;
6 window
.onload
= runRepaintTest
;
8 function repaintTest() {
9 runAfterLayoutAndPaint(function() {
10 document
.getElementsByTagName('rect')[0].style
.height
= "100px";
11 if (window
.testRunner
)
16 <svg width=
"200" height=
"200">
17 <rect width=
"100" height=
"200" fill=
"blue" rx=
"3"/>