gecko-dev/dom/animation/test/crashtests/1612891-2.html

16 строки
254 B
HTML

<html>
<head>
<script>
function start() {
const element = document.createElement('img')
element.animate([
{ 'easing': '' },
123,
], {})
}
window.addEventListener('load', start)
</script>
</head>
</html>