Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-opaque-layer.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4     <style>
5         div {
6             width: 300px;
7             height: 300px;
8             background: url("resources/ducky.jpg"), green;
9             background-blend-mode: multiply, normal;
10         }
11     </style>
12 </head>
13 <!-- This file should contain a duck on top of a green background, blended with multiply. -->
14 <body>
15     <div></div>
16 </body>
17 </html>