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

<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<title>
  Forced colors mode - backplate.
  Tests that backplates are not painted behind hidden elements.
</title>
<script src="../../common/reftest-wait.js"></script>
<link rel="preload" as="image" href="../resources/test-image.jpg" onload="takeScreenshot()" />
<style>
  body {
    background-image: url("../resources/test-image.jpg");
  }
</style>
</html>