Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / background-image / 010-xhtml.xhtml
blob778ee59f7f8d0a1ca011b04a061f7468b6914d59
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>background on body when not propagated to the viewport should not be anchored at the root element</title>
5 <style>
6 html { background-color:white; margin:50px; border:thin solid; min-width:150px; min-height:150px;}
7 body { background-image:url(resources/yellow.png); background-repeat:no-repeat; margin:50px; border:thin solid; min-width:50px; min-height:50px; color:navy; }
8 </style>
9 </head>
10 <body>
11 <p>There should be a yellow square in the top-left corner, <em>inside</em> the inner border.</p>
12 </body>
13 </html>