Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / background-image / 007-declarative.xhtml
blobdfbab9c36656f4593be804db0c188e71a95950ba
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>background on body should not cover the viewport when not child of root</title>
5 <style>
6 html { background-color:transparent; background-image:none; }
7 body { background-image:url(resources/red.png); padding:0; }
8 p { background-image:url(resources/lime.png); }
9 </style>
10 </head>
12 <bogus><body>
13 <p>This line should be green and there should be no red.</p>
14 </body></bogus></html>