chromium/third_party/blink/web_tests/svg/custom/use-cycle-detection-expected.html

<!DOCTYPE html>
<html>
<svg width="400" height="200">
    <text x="10" y="150">Test for WK111822: This test passes if it does not timeout.</text>
    <g id="R">
        <use id="test" xlink:href="#R" />
    </g>
</svg>
</html>