Mypal/dom/base/crashtests/709384.html
2019-03-11 13:26:37 +03:00

6 lines
144 B
HTML

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