summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-46-ref.html
blob: 55259f7f7a5cf0fc24324e29ff5097420d88ca45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - lighting-color, flood-color, stop-color.</title>
<style>
  svg {
    forced-color-adjust: none;
    height: 100px;
    width: 500px;
  }
</style>
<svg xmlns="http://www.w3.org/2000/svg">
  <rect x="0" y="0" width="100" height="100" fill="WindowText"/>
  <rect x="200" y="0" width="100" height="100" fill="WindowText"/>
  <rect x="400" y="0" width="100" height="100" fill="WindowText"/>
</svg>