Sign in
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
printing
/
print-no-background-expected.html
blob: e28446c6a9aa47be16060eaa7052ba49e6942daf [
file
]
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
testRunner
.
setPrinting
();
</script>
<style>
body
{
background-color
:
white
;
}
</style>
<html>
<body>
This test succeed if root background is correctly ignored in printing mode.
</body>
</html>