Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-separate-layer-declaration.html
blob9af0472bf1e2de48d58eb5a8e24a8b41c7f49ac9
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 100px;
7 height: 100px;
8 background-color: green;
9 background-image: url('resources/ducky.jpg');
10 background-blend-mode: multiply;
12 </style>
13 </head>
14 <!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color -->
15 <body>
16 <div></div>
17 </body>
18 </html>