Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text-decor/text-decoration-propagation-05.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Test: text-decoration propagation - Tables</title>
<link rel="author" title="Timothy Loh" href="mailto:timloh@chromium.org" />
<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>