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