2 <script src=
"resources/text-based-repaint.js"></script>
6 // Both targets' visual size expand. Should full repaint.
7 document
.getElementById('target1').style
.padding
= '20px';
8 document
.getElementById('target2').style
.padding
= '20px';
10 window
.onload
= runRepaintTest
;
20 background-color: green;
28 background-color: yellow;
31 <div id=
"target1" class=
"outer"></div>
32 <div id=
"target2" class=
"outer"><div class=
"inner"></div></div>