Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-svg-expected.html
1 <!DOCTYPE HTML>
2 <!-- Test background blending with SVG. Test passes if you can see a green square. -->
3 <style type="text/css">
4     div {
5         width: 100px;
6         height: 100px;
7         background: green;
8     }
9 </style>
10 <div></div>