summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-color-body-propagation-009.html
blob: b681543e3dc866d88080d0b14f7449cf0702c687 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Test: Do not propagate body background when body is contained</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#special-backgrounds">
<link rel="match" href="background-color-no-body-propagation-ref.html">
<style>
  body { contain: paint; background: green; }
</style>
<body>This text should have a green background.</body>