Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / text-decoration / underline-table-cell-quirks.html
blob5c11e7e5dc2df110aa0ac3780a4ed9c099549de2
1 <title>text-decoration: underline test</title>
2 <table border>
3 <tr>
4 <td style="text-decoration: underline">Row 1, Cell 1</td>
5 <td>Row 1, Cell 2</td>
6 </tr>
7 <tr>
8 <td>Row 2, Cell 1</td>
9 <td>Row 2, Cell 2</td>
10 </tr>
11 </table>