tenfourfox/layout/reftests/text-decoration/underline-table-cell-quirks-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
257 B
HTML

<title>text-decoration: underline test</title>
<table border>
<tr>
<td><span style="text-decoration: underline">Row 1, Cell 1</span></td>
<td>Row 1, Cell 2</td>
</tr>
<tr>
<td>Row 2, Cell 1</td>
<td>Row 2, Cell 2</td>
</tr>
</table>