2 <script src=
"../../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('table').style
.borderCollapse
= 'separate';
7 onload
= runRepaintAndPixelTest
;
9 <table id=
"table" style=
"border-collapse: collapse">
11 <td style=
"border: solid 2px yellow; width: 100px; height: 100px;"></td>
12 <td style=
"border: solid 3px blue; width: 100px; height: 100px;"></td>