blob: 74ec2a56f96347f5e962bb631999e4dfca675177 [file] [log] [blame]
<!DOCTYPE html>
<html>
Test passes if it does not crash and "script" inside "rect" executes.
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<svg>
<g>
<use xlink:href="#test"/>
<rect id="test">
<script>
document.body.innerHTML = "PASS";
</script>
</rect>
</g>
</svg>
</html>