trisquel-icecat/icecat/testing/web-platform/tests/css/css-page/page-background-image-print-ref.html
2025-10-06 02:35:48 -06:00

18 lines
229 B
HTML

<!DOCTYPE html>
<style>
:root {
print-color-adjust: exact;
}
html {
background-color: lime;
}
@page {
margin: 0px;
}
</style>
<p>
Should print on a green background but not display it on screen.
</p>