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