chromium/third_party/blink/web_tests/svg/foreignObject/fO-parent-of-parent-display-none.svg

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
    <g style="display:none;" >
        <g style="display: block">
            <foreignObject>
                <html xmlns="http://www.w3.org/1999/xhtml" >
                    <body style="width: 100px; height: 100px;margin:0; color: #FF0000;" id="databody" >FAILED IF VISIBLE</body>
                </html>
            </foreignObject>
        </g>
    </g>
    <rect x='0' y='0' width='100' height='90' fill='green' ></rect>
</svg>