<!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>