summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-49.html
blob: e96c3790fbb9e4bd37acaa83f5e3fa571da336dc (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - forced-color-adjust does not propagate from body to viewport.</title>
<link rel="help" href="https://www.w3.org/TR/css-color-adjust-1/#forced-color-adjust-prop">
<link rel=match href="forced-colors-mode-49-ref.html">
<style>
  body {
    forced-color-adjust: none;
    background-color: green;
  }
</style>