summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/underline-table-caption-quirks-ref.html
blob: 926acf820a46b3c374b8a914033bce4861d97cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<title>text-decoration: underline test</title>
<table border>
  <caption><span style="text-decoration: underline">This is the table caption</span></caption>
  <tr>
    <td>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>