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

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