summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/text-decoration-propagates-into-tables-expected.html
blob: 764c2585fce9f522d7cf1ce1b15ad60adf224ea8 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<div>
  <table>
    <tr>
      <td style="text-decoration: underline">This should be underlined</td>
    </tr>
  </table>
</div>