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

<!DOCTYPE html>
<head>
  <link rel="match" href="base-background-color-expected.html">
  <style>
    div {
      z-index:-1;
      position:fixed;
      will-change:opacity;
    }
  </style>
</head>

<body >
  <div></div>
</body>