blob: 1cd7c64e26d07cf01a045b261c6b0fb9b47b8c60 [file] [log] [blame]
<svg height="1" width="1" onload="runTest()">
<defs>
<use id="B">
<linearGradient>
<animateTransform attributeName="z"/>
<text font-family="x">
<textPath>
<font>
<font-face font-family="x">
</font>
</textPath>x
</text>
</animateTransform>
</linearGradient>
</use>
</defs>
<use xlink:href="#B"></use>
<use xlink:href="#B"></use>
</svg>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest() {
document.body.innerHTML += "PASS: This file should not crash.";
}
</script>