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