Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / background-image / 008-xhtml.xhtml
blob39aa45d0eb433c417c394fd535fa944c422a73aa
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>when background on body is propagated to the viewport, it shouldn't have a background itself</title>
5 <style>
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; }
9 p { margin:0; }
10 </style>
11 </head>
12 <body>
13 <p>This line should have a yellow background.</p>
14 </body>
15 </html>