gecko-dev/dom/base/crashtests/709384.html

6 строки
144 B
HTML

<!DOCTYPE html>
<script>
cancelRequestAnimationFrame(requestAnimationFrame(function() {}));
requestAnimationFrame(function() {});
</script>