Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS Backgrounds and Borders Test: don't propagate body background when display:contents</title>
<link rel="match" href="../reference/blank.html">
<style>
body {
background: red;
display: contents
}
</style>
<body></body>