Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / body-generated-image-propagated-to-root.html
blob29b711a38fdd7dd990c7cef0583b2a9631b0da6f
1 <style>
2 body { background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(white)); }
3 p { background-color: white; }
4 </style>
5 <body>
6 <p style="background-color: white;">
7 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=18445">https://bugs.webkit.org/show_bug.cgi?id=18445</a>
8 Assertion failure in CSSGradientValue::image() when the body element has a background gradient</i>.
9 </p>
10 <p>
11 The test passes if the root element&rsquo;s background is a linear
12 gradient from black at the top to white at the bottom, and no assertion
13 failure occurs.
14 </p>
15 </body>