blob: 4cfc36033d403ade4a2bf48bde48eb0d6a82c21b [file] [log] [blame]
<!DOCTYPE html>
<title>CSS Backgrounds and Borders Test: propagate body background to viewport</title>
<link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#body-background">
<link rel="match" href="background-color-body-propagation-ref.html">
<style>
html {
background-color: transparent;
background-image: none;
}
body {
background-color: green;
margin: 0;
}
</style>
<p>The viewport should have a green background.</p>