2 <script src=
"resources/text-based-repaint.js"></script>
4 <!-- Should full repaint because the actual border radius changes
. -->
7 document
.getElementById('target').style
.width
= '200px';
9 window
.onload
= runRepaintTest
;
21 background-color: green;
23 outline:
5px solid green;
27 <div id=
"target"></div>