2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('table').style
.height
= '80%';
7 onload
= runRepaintTest
;
18 vertical-align: middle;
22 <div style=
"height: 50px">
23 Tests repaint of middle-vertical-aligned table cells when table changes size.
24 The result repaint rects should cover the middle-vertical-aligned table cells.