2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('row').style
.height
= '200px';
7 onload
= runRepaintTest
;
20 <div style=
"height: 100px">
21 Tests repaint of table cells when the row changes size.
22 The result repaint rects should cover the changed table cells.