summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-decoration-propagation-05.html
blob: 5165aa6b66b94dfbd93bf0501b1e13020014bc8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<title>CSS Test: text-decoration propagation - Tables</title>
<link rel="author" title="Timothy Loh" href="mailto:timloh@chromium.org" />
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
<link rel="match" href="reference/text-decoration-propagation-05-ref.html">
<style>
div { text-decoration: underline }
</style>
<div>
  <table>
    <tr>
      <td>This should be underlined</td>
    </tr>
  </table>
</div>