Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Test print result of background-image only for printed page</title>
<link rel="match" href="page-background-image-print-ref.html">
<style>
:root {
print-color-adjust: exact;
}
@page {
background-image: url("/images/green.png");
margin: 0px;
}
</style>
<p>
Should print on a green background but not display it on screen.
</p>