Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / images / cross-fade-blending.html
blob0f279c091629e0cb72665ab6e2df6d4f9564b48e
1 <html>
2 <style>
3 div
5 width: 200px;
6 height: 100px;
9 div.crossfade
11 background-image: -webkit-cross-fade(url(resources/green-10.png), url(resources/green-10.png), 50%);
13 </style>
14 <!--The first cross-fade should appear as a 100% green square, 200x200px.-->
15 <div class="crossfade"></div>
16 <div style="background-color: black"><div class="crossfade"></div></div>
17 </html>