Mypal/dom/base/crashtests/709384.html

6 lines
144 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<script>
cancelRequestAnimationFrame(requestAnimationFrame(function() {}));
requestAnimationFrame(function() {});
</script>