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

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
    <foreignObject style="display: none">
        <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>
    <rect x='0' y='0' width='100' height='90' fill='green' ></rect>
</svg>