chromium/third_party/blink/web_tests/external/wpt/forced-colors-mode/forced-colors-mode-34-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test forced colors mode :visited colors with sys colors</title>
<style>
  a {
    background-color: CanvasText;
    border: 1px solid GrayText;
    color: GrayText;
    forced-color-adjust: none;
    text-decoration: line-through;
    text-decoration-color: GrayText;
    text-emphasis: '*' GrayText;
    -webkit-text-emphasis: '*' GrayText;
  }
</style>
<a href="">Visited link.</a>