haikuwebkit/LayoutTests/svg/animations/animate-stroke-crasher.html

15 lines
346 B
HTML

<!DOCTYPE HTML>
<html>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<text stroke="#666">PASS
<a xlink:href="#foo">
<animate attributename="stroke"></animate>
</a>
</text>
</svg>
</html>