chromium/third_party/blink/web_tests/virtual/forced-high-contrast-colors/fast/css/forced-colors-mode/backplate/forced-colors-mode-backplate-07-expected.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>
  Forced colors mode - backplate reference.
  Tests backplate invalidation.
</title>
<style>
  body {
    background-image: url("../resources/test-image.jpg");
    font-family: Ahem;
    font-size: 10px;
    forced-color-adjust: none; /* This turns the backplate feature off in
                                  forced colors mode. The backplate is
                                  simulated in testing using a Canvas
                                  background-color behind the text.
                                */
  }
</style>
<body>
  <span style="background-color: Canvas;">
    There should be a backplate covering one line of text.
  </span>
</body>