Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-background-size.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5     div {
6         width: 60px;
7         height: 60px;
8     }
9 </style>
10 <body style="background: olive;">
11     <div style="background: red; mix-blend-mode: multiply"></div>
12 </body>
13 </html>