chromium/third_party/blink/web_tests/external/wpt/forced-colors-mode/forced-colors-mode-46-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - lighting-color, flood-color, stop-color.</title>
<style>
  svg {
    forced-color-adjust: none;
    height: 100px;
    width: 500px;
  }
</style>
<svg xmlns="http://www.w3.org/2000/svg">
  <rect x="0" y="0" width="100" height="100" fill="WindowText"/>
  <rect x="200" y="0" width="100" height="100" fill="WindowText"/>
  <rect x="400" y="0" width="100" height="100" fill="WindowText"/>
</svg>