Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-svg-expected.html
blobdb1387b19c0ba1f502c542b1e8edaada1bbab032
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;
9 </style>
10 <div></div>