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

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Highlight API Test: ::target-text text-decoration - reference</title>
<style>
  #target-text {
    text-decoration: wavy underline overline green 5px;
    text-underline-offset: 20px;
  }
  div {
    border: solid 1px black;
    padding: 50px;
  }
</style>
<div id="upper">The word <span id="target-text">remain</span> has under/over lines.</div>
</html>