summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-34-ref.html
blob: b317d2f440c45346728d72b344d591f9ca613452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>