summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html')
-rw-r--r--testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html b/testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html
new file mode 100644
index 0000000000..727afad6ca
--- /dev/null
+++ b/testing/web-platform/tests/forced-colors-mode/backplate/forced-colors-mode-backplate-11-ref.html
@@ -0,0 +1,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>