Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-with-squashing-layer-expected.html
1 <!DOCTYPE HTML>
2
3 <style>
4   .box {
5     height: 100px;
6     width: 100px;
7   }
8 </style>
9
10 <p>The test passes if you see a green square.</p>
11 <div class="box" style="background-color: green;"></div>