summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-table-cell-quirks.html
blob: 5c11e7e5dc2df110aa0ac3780a4ed9c099549de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<title>text-decoration: underline test</title>
<table border>
  <tr>
    <td style="text-decoration: underline">Row 1, Cell 1</td>
    <td>Row 1, Cell 2</td>
  </tr>
  <tr>
    <td>Row 2, Cell 1</td>
    <td>Row 2, Cell 2</td>
  </tr>
</table>