Source code

Revision control

Copy as Markdown

Other Tools

<!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>