chromium/third_party/blink/web_tests/fast/css/text-decoration-propagates-into-tables-expected.html

<!DOCTYPE html>
<div>
  <table>
    <tr>
      <td style="text-decoration: underline">This should be underlined</td>
    </tr>
  </table>
</div>