Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
css
/
css-page
/
page-background-image-print-ref.html
blob: f38cc89838027f5f862cbd08459c1694f4a30e01 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
html
{
background-color
:
lime
;
}
@page
{
margin
:
0px
;
}
</style>
<p>
Should print on a green background but not display it on screen.
</p>