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

12 строки
228 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = function(){
let a = document.documentElement.animate([], {"iterationStart": 1.7976931348623157e+308, "fill": "both"});
};
</script>
</head>
</html>