blob: f78a3e97c0b612996e358d1b64995aa457432b6f [file] [log] [blame]
<!DOCTYPE html>
<table style="border-collapse: collapse">
<tr>
<td id="target" style="width: 100px; height: 100px; border: 1px solid blue"></td>
</tr>
</table>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest() {
target.style.height = '200px';
}
onload = runRepaintAndPixelTest;
</script>