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

<!DOCTYPE HTML>
<html>
    <body>
        <div>Tspan elements are graphics elements per the latest SVG spec and should blend.<div>
        <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500px" height="30px" style="background: yellow">
            <text x="0" y="20">
              This test passes if the last word is
                <tspan font-weight="bold" fill="lime">LIME</tspan>.
            </text>
        </svg>
    </body>
</html>