Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-single-layer-no-blending.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5     div {
6         background-blend-mode: multiply;
7         background: url('resources/ducky.png') no-repeat 0 0 /100% 100%;
8         width: 200px;
9         height: 200px;
10     }
11 </style>
12 <!-- This file should contain a duck that shouldn't have any blending. -->
13 </head>
14 <body>
15     <div></div>
16 </body>
17 </html>