chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-color-body-propagation-007.html

<!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>