wpt / css / css-text-decor / text-decoration-propagation-02.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-text-decor/text-decoration-propagation-02.html

<!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-02-ref.html">
<style>
span { text-decoration: underline; }
</style>
<span>
  <div style="display: inline-flex;">
    This text must not be underlined.
  </div>
</span>

/css/css-text-decor/reference/text-decoration-propagation-02-ref.html

<!DOCTYPE html>
This text must not be underlined.