chromium/third_party/blink/web_tests/external/wpt/css/css-pseudo/target-text-text-decoration-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Pseudo-Elements Test: Reference ::target-text text-decoration-color</title>
<style>
  div {
    text-decoration: solid underline magenta;
    color: initial;
    background: transparent;
  }
</style>
<p>The test passes if the following line has a magenta underline.</p>
<div>Example</div>