Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-background-size.html
bloba7ace3fb5ebc28c21cffa1d25f2586291c967131
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 width: 60px;
7 height: 60px;
9 </style>
10 <body style="background: olive;">
11 <div style="background: red; mix-blend-mode: multiply"></div>
12 </body>
13 </html>