summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html
blob: 727afad6caf68f7f47c3d8399e141033315d79d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>