Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / root-background-propagation.html
blob4d805a992670ca1cfaa7e37cc2f83b0a125f19a5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 background-color: green;
7 height: 100px;
9 p {
10 color: green; /* Hide from pixel result */
12 </style>
13 <script>
14 if (window.testRunner)
15 testRunner.dumpAsTextWithPixelResults();
16 </script>
17 </head>
18 <body>
19 <p>The entire viewport should be filled with green</p>
20 </body>
21 </html>