chromium/third_party/blink/web_tests/dark-mode/colors/opt-out-background-color.html

<!DOCTYPE html>
<style>
  div {
    color-scheme: light only;
    background-color: white;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>