summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-width/spanning-cell-sort-1-fixed-ref.html
blob: 01a3a438a95efd4d193ba5edd07f841018480b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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="width: 150px; background-color: yellow"></td>
    <td style="width: 450px; background-color: aqua"></td>
  </tr>
  <tr>
    <td style="background-color: blue"></td>
    <td style="background-color: blue"></td>
  </tr>
</table>