chromium/third_party/blink/web_tests/css3/blending/background-blend-mode-svg-expected.html

<!DOCTYPE HTML>
<!-- Test background blending with SVG. Test passes if you can see a green square. -->
<style type="text/css">
    div {
        width: 100px;
        height: 100px;
        background: green;
    }
</style>
<div></div>