<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>background on body should not fill the viewport when root has background</title> | |
<style> | |
html { background-image:url(resources/lime.png); } | |
body { background-image:url(resources/red.png); height:0; } | |
</style> | |
</head> | |
<body> | |
<p>The entire canvas should be green and there should be no red.</p> | |
</body> | |
</html> |