1
0
Fork 0
firefox/layout/reftests/table-width/spanning-cell-sort-2-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
480 B
HTML

<!DOCTYPE HTML>
<title>Testcase to exercise nsSpanningCellSorter</title>
<style type="text/css">
table, td {
border-spacing: 0;
padding: 0; margin: 0; border: none;
empty-cells: show;
}
td { height: 20px; }
</style>
<table>
<tr>
<td style="background-color: blue"></td>
<td style="background-color: blue"></td>
</tr>
<tr>
<td style="width: 100px; background-color: yellow"></td>
<td style="width: 300px; background-color: aqua"></td>
</tr>
</table>