summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/svg/custom/use-cycle-detection-expected.html
blob: 0a8d721e32ec1cb8a17260becdba1fc4b72449e9 (plain)
1
2
3
4
5
6
7
8
9
<!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>