Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / body-propagation / background-image / 002.html
blobc9bd1ecbf385f51abbffef7c232bb94964dd2f21
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>background on body should not fill the viewport when root has background</title>
5 <style>
6 html { background-image:url(resources/lime.png); }
7 body { background-image:url(resources/red.png); height:0; }
8 </style>
9 </head>
10 <body>
11 <p>The entire canvas should be green and there should be no red.</p>
12 </body>
13 </html>