2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('table').style
.height
= '80%';
7 onload
= runRepaintTest
;
19 background-color: green;
25 <div style=
"height: 50px">
26 Tests repaint of percent-sized table cells when table changes size.
27 The result repaint rects should cover the percent-sized table cells.