blob: 5a659b5f2667c7e3312452e428c83024de79576b [file] [log] [blame]
<!DOCTYPE html>
<style>
td { width: 50px; height: 50px; border: 2px solid blue }
</style>
Invisible cells should not hide shared collapsed borders.
<table style="border-collapse: collapse">
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
</table>