chromium/third_party/blink/web_tests/svg/custom/display-none.svg

<svg xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100" height="100" fill="green" />
<rect x="0" y="0" width="100" height="100" fill="red" style="display: none"/>
</svg>