mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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>
|
|
@ -1,6 +1,8 @@
|
|||
skip: true
|
||||
[2dcontext]
|
||||
skip: false
|
||||
[animation-timing]
|
||||
skip: false
|
||||
[dom]
|
||||
skip: false
|
||||
[domparsing]
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[callback-invoked.html]
|
||||
type: testharness
|
||||
[requestAnimationFrame callback is invoked at least once before the timeout]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue