blob: 9d0b0f8f818c884ce5a994be4e847f088d6f2ddf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Test request animation value for non-animating element</title>
<script>
if (window.testRunner)
testRunner.dumpAsText(true);
</script>
</head>
<body>
<p>The test passes if it does not crash.</p>
<div>
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
A certain amount of content is needed in the page to trigger the bug.
</div>
<svg>
<textPath>
<animate to="1px" from="0px" attributeName="x" attributeType="XML" />
</textPath>
</svg>
</body>
</html>