blob: 19436104a2eb1045488b50ac7dc10e5114699a12 [file] [log] [blame]
<!DOCTYPE html>
<style>
td { border: 5px solid black }
</style>
Should repaint collapsed borders when cells resize.
<table style="width: 300px; border-collapse: collapse">
<tr>
<td>A</td><td id="cell" style="width: 200px">B</td><td>C</td>
</tr>
</table>