Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-separate-layer-declaration.html
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;
11         }
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>