chromium/third_party/blink/web_tests/css3/blending/svg-isolation-svg-img-isolate-expected.html

<!DOCTYPE HTML>
<html>
    <body>
        <p>Testing that a svg image referred from svg will isolate. The test passes if you see a green square.</p>
        <svg width="100px" height="100" version="1.1"
             xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
            <image xlink:href="resources/green-square.svg" x="0" y="0" height="100" width="100"/>
        </svg>
    </body>
</html>