mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Fix requestAnimationFrame timestamps in queue
This resolves #7044 which involved callbacks in a queue not receiving the same timestamp despite the specification saying they should. An extra test was added to verify the correct behavior.
This commit is contained in:
parent
0a0fd30eb3
commit
e40b141409
4 changed files with 40 additions and 2 deletions
|
@ -28877,6 +28877,12 @@
|
|||
"path": "2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html",
|
||||
"url": "/2dcontext/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html"
|
||||
}
|
||||
],
|
||||
"animation-timing/same-dispatch-time.html": [
|
||||
{
|
||||
"path": "animation-timing/same-dispatch-time.html",
|
||||
"url": "/animation-timing/same-dispatch-time.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue