mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
parent
6d2f70a4fd
commit
be2cb665de
19 changed files with 315 additions and 68 deletions
5
tests/html/test_request_animation_frame.html
Normal file
5
tests/html/test_request_animation_frame.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
window.requestAnimationFrame(function (time) {
|
||||
alert("time " + time);
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue