ladybird/Tests/LibWeb/Ref/input/separate-borders-inline-table.html
2025-03-20 11:50:49 +01:00

19 lines
358 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/separate-borders-ref.html" />
<style type="text/css">
td {
border: 5px solid blue;
padding: 20px;
}
table {
border: 5px solid black;
display: inline-block;
border-collapse: separate;
}
</style>
<table>
<tr>
<td>A</td>
</tr>
</table>