blob: 0a2e7a8d95b95dc21ad1c103fdfba65b8f5b1b86 [file] [log] [blame]
<!DOCTYPE html>
<style>
table {
border: 5px solid green;
border-collapse: collapse;
}
td {
width: 50px;
height: 50px;
border: 1px solid red;
}
</style>
<p>There should be a square with a green border, not a red border.
</p>
<table>
<tr>
<td></td>
</tr>
</table>