2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>background on body should fill the canvas even when it has bogus siblings
</title>
6 html { background-color:transparent; background-image:none; }
7 body { background-image:url(resources/yellow.png); color:navy; }
10 <body xmlns=
"urn:foo:bogus"/><body>
11 <p>The entire viewport should be yellow.
</p>