gecko/content/base/crashtests/709384.html

6 lines
153 B
HTML

<!DOCTYPE html>
<script>
mozCancelRequestAnimationFrame(mozRequestAnimationFrame(function() {}));
mozRequestAnimationFrame(function() {});
</script>