chromium/third_party/blink/web_tests/virtual/forced-high-contrast-colors/fast/css/forced-colors-mode/forced-colors-mode-04-expected.html

<!DOCTYPE html>
<style>
  #link {
    background-color: LinkText;
    color: transparent !important;
    forced-color-adjust: none;
  }
</style>
<body>
  <span href="" id="link">
    In forced colors mode, the used value for -webkit-tap-highlight-color
    should be overridden to currentColor.
  </span>
</body>