gecko-dev/layout/svg/crashtests/1555851.html
Cameron McCormack b8f227ec6f Bug 1555851 - Detect motion path measurement failures. r=longsonr
Differential Revision: https://phabricator.services.mozilla.com/D37337

--HG--
extra : moz-landing-system : lando
2019-07-09 01:26:52 +00:00

9 lines
298 B
HTML

<body>
<script>
var o0 = document.createElementNS("http://www.w3.org/2000/svg", "svg")
document.body.appendChild(o0)
var o3 = document.createElementNS("http://www.w3.org/2000/svg", "animateMotion")
o0.appendChild(o3)
o3.setAttribute("path", "M9,2l2e37,3A40,2 85,102-1")
</script>