Mypal/layout/reftests/text-decoration/underline-table-caption-quirks-notref.html
2019-03-11 13:26:37 +03:00

13 lines
256 B
HTML

<title>text-decoration: underline test</title>
<table border>
<caption>This is the table caption</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>