summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-05-ref.html
blob: e2fffecd9c0c5e91bd1fa8fa830c1381717922c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - link color reference.</title>
<style>
  a {
    color: LinkText;
    forced-color-adjust: none;
  }
</style>
<body>
  <p>
    <a href="https://www.wikipedia.org" id="link">
      This link color should be overridden when forced colors mode is enabled.
    </a>
  </p>
</body>