Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-with-squashing-layer.html
blobb9ad5a2ae187819d7f8c264f11f087860f3168ab
1 <!DOCTYPE HTML>
3 <style>
4 .box {
5 height: 100px;
6 width: 100px;
8 .composited {
9 will-change: transform;
12 .difference {
13 mix-blend-mode: difference;
15 </style>
17 <p>The test passes if you see a green square.</p>
18 <div class="composited box" style="background-color: red;"></div>
19 <div class="box difference" style="margin-top: -100px; background-color: #ff8000;"></div>