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