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

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