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

<!DOCTYPE HTML>
<html>
    <style>
        div {
            width: 100px;
            height: 100px;
            background-color: blue;
        }
    </style>
    <body>
        <p>The test passes if you see a green square.</p>
        <div>
            <iframe src="resources/green-blending-square.svg" />
        </div>
    </body>
</html>