2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <title>when background on body is propagated to the viewport, it shouldn't have a background itself
</title>
6 html { background-color:transparent; background-image:none; }
7 head { background-image:url(resources/yellow.png); position:absolute; width:
100%; height:
1.25em; display:block; }
8 body { background-image:url(resources/white.png); position:absolute; width:
100%; height:
1.25em; margin:
0; padding:
0; color:navy; }
13 <p>This line should have a yellow background.
</p>