aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_request_animation_frame.html
blob: 29ebac99348b5a4c7a9d193e50b05de2fb973981 (plain) (blame)
1
2
3
4
5
<script>
window.requestAnimationFrame(function (time) {
    alert("time " + time);
});
</script>