chromium/third_party/blink/web_tests/dark-mode/colors/filtered-color-expected.html

<!DOCTYPE html>
<style>
  div {
    background-color: white;
    width: 100px;
    height: 100px;
  }
</style>
<body>
  <div></div>
  <div style="filter: blur(0.1px)"></div>
</body>