summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-decoration-propagation-03.html
blob: b019c25e7754172d228fc69f1738fd634a9410c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="help" href="http://www.w3.org/TR/css-text-decor-3/#line-decoration">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1414859">
<link rel="match" href="reference/text-decoration-propagation-03-ref.html">
<style>
span { text-decoration: underline; }
</style>
<span>
  <div style="display: inline-grid;">
    This text must not be underlined.
  </div>
</span>