summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-48.html
blob: feb3fc0876a3acc90693f1e004c38ece63a1ab46 (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 propagation 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-48-ref.html">
<style>
  :root {
    forced-color-adjust: none;
    background-color: green;
  }
</style>