Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-opaque-layer.html
blob0fcaa3662982a8c65ac58368a1a8d1533ab5c08f
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;
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>