1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-26 16:50:23 +01:00
servo/tests/html/test_request_animation_frame.html
2015-05-06 02:08:39 +07:00

5 lines
97 B
HTML

<script>
window.requestAnimationFrame(function (time) {
alert("time " + time);
});
</script>