summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-17-ref.html
blob: 125c4364129e81f4d1db3d22d8f76201a80f65c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - text decoration and emphasis color reference.</title>
<style>
  p {
    forced-color-adjust: none;
    text-decoration: underline;
    text-decoration-color: CanvasText;
    text-emphasis: '*' CanvasText;
    -webkit-text-emphasis: '*' CanvasText;
  }
</style>
<body>
  <p>
    The text decoration and emphasis color for this text should have a
    CanvasText color in forced colors mode.
  </p>
</body>