chromium/third_party/blink/web_tests/svg/foreignObject/fO-parent-display-none-with-relative-pos-content.svg

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