chromium/third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-decoration-propagation-05-ref.html

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