ladybird/Tests/LibWeb/Ref/input/separate-borders-inline-table.html

20 lines
358 B
HTML
Raw Normal View History

2025-03-18 15:29:54 -03:00
<!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>