2 body { background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(white)); }
3 p { background-color: white; }
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>.
11 The test passes if the root element
’s background is a linear
12 gradient from black at the top to white at the bottom, and no assertion