Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Backgrounds and Borders Test: don't propagate body background when display:none</title>
<link rel="match" href="../reference/blank.html">
<style>
body {
background: red;
display: none
}
</style>
<body></body>