servo/tests/wpt/web-platform-tests/css/css-tables/border-collapse-empty-cell-ref.html

21 lines
254 B
HTML

<!doctype HTML>
<style>
table {
border-collapse: collapse;
}
td {
width:50px;
height:50px;
border: 10px solid gray;
}
</style>
<table>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>