summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/reference/text-decoration-propagation-dynamic-001-ref.html
blob: f9b3c4c484e2ed3d7312c5253cc8e8bdc99a43d3 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<title>CSS Test reference: Dynamic text-decoration propagation</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#line-decoration">
<style>
  div { text-decoration: underline }
</style>
<div>
  <span><b>Should be underlined</b></span>
</div>