Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / background-image / 001-xhtml.xhtml
blob79eac88ecb0c37a76fdafe1efd8088a034ebf442
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>background on body should fill the viewport</title>
5 <style>
6 html { background-color:transparent; background-image:none; }
7 body { background-image:url(resources/yellow.png); margin:8px; color:navy; }
8 </style>
9 </head>
10 <body>
11 <p>The entire canvas should be yellow.</p>
12 </body>
13 </html>