Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / root-background-propagation2.html
blobac10ed87bb4a01b686aef2191195288b9ef67b12
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 html {
6 background-color: green;
8 body {
9 background-color: #0F0;
10 height: 100px;
12 p {
13 color: #0F0; /* Hide from pixel result */
15 </style>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsTextWithPixelResults();
19 </script>
20 </head>
21 <body>
22 <p>Should see a 100px tall light green rect on a field of green.</p>
23 </body>
24 </html>