haikuwebkit/LayoutTests/svg/custom/use-cycle-detection-expecte...

10 lines
227 B
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>