no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / table-width / spanning-cell-sort-1-large-fixed.html
blob50843356d697e66c9f865ed260419ce6cf63e064
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 style="width: 600px">
16 <tr>
17 <td style="background-color: yellow" colspan="100"></td>
18 <td style="background-color: aqua" colspan="300"><div style="width: 300px"></div></td>
19 </tr>
20 <tr>
21 <td style="background-color: blue" colspan="200"><div style="width: 200px"></div></td>
22 <td style="background-color: fuchsia" colspan="100"></td>
23 <td style="background-color: maroon" colspan="100"></td>
24 </tr>
25 </table>