no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / table-width / spanning-cell-sort-2-ref.html
blob46fdb4c8b9199155ae55181c19a8d32a6b2fe3fe
1 <!DOCTYPE HTML>
2 <title>Testcase to exercise nsSpanningCellSorter</title>
3 <style type="text/css">
5 table, td {
6 border-spacing: 0;
7 padding: 0; margin: 0; border: none;
8 empty-cells: show;
11 td { height: 20px; }
13 </style>
15 <table>
16 <tr>
17 <td style="background-color: blue"></td>
18 <td style="background-color: blue"></td>
19 </tr>
20 <tr>
21 <td style="width: 100px; background-color: yellow"></td>
22 <td style="width: 300px; background-color: aqua"></td>
23 </tr>
24 </table>