blob: b495f79f341e1dbd4cbb286fc594f9cc2449e53c [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>background on subsequent bodys should not cover the viewport</title>
<style>
html { background-color:transparent; background-image:none; }
#test { background-color:red; padding:0; }
p { background-color:lime; }
</style>
</head>
<body>
<p>This line should be green and there should be no red.</p>
</body>
<body id="test"/></html>