summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-color-body-propagation-007.html
blob: 6deda8dcdb581e6f064ed522c036e5f1d72ea474 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>CSS Backgrounds and Borders Test: don't propagate body background when display:contents</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#special-backgrounds">
<link rel="match" href="../reference/blank.html">
<style>
  body {
    background: red;
    display: contents
  }
</style>
<body></body>