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

<!DOCTYPE html>
<style>
  div {
    color-scheme: light only;
    border-color: white;
    border-width: 50px;
    border-style: solid;
    width: 0px;
    height: 0px;
  }
</style>
<div></div>