Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Backgrounds and Borders Test: Do not propagate background from `body::before`</title>
<link rel="author" href="mailto:obrufau@igalia.com" title="Oriol Brufau">
<link rel="match" href="background-color-no-body-propagation-ref.html">
<style>
body::before {
content: "This text should have a green background.";
display: block;
background-color: green;
}
</style>