2 <script src=
"resources/text-based-repaint.js"></script>
6 document
.getElementById('element').style
.width
= '0';
7 document
.getElementById('element').style
.height
= '0';
10 onload
= runRepaintTest
;
16 background-color: red;
24 <div id='inner'
></div>