chromium/third_party/blink/web_tests/svg/custom/percentage-rect2.svg

<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
    <rect height="100" width="100" fill="red"/>
    <rect height="50%" width="50%" fill="green"/>
</svg>