mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
layout: Don't panic if requestAnimationFrame()
is called before first layout.
Closes #7115.
This commit is contained in:
parent
14b921ee29
commit
a516042edb
3 changed files with 40 additions and 9 deletions
|
@ -767,6 +767,12 @@
|
|||
"url": "/_mozilla/mozilla/window_performance.html"
|
||||
}
|
||||
],
|
||||
"mozilla/window_requestAnimationFrame.html": [
|
||||
{
|
||||
"path": "mozilla/window_requestAnimationFrame.html",
|
||||
"url": "/_mozilla/mozilla/window_requestAnimationFrame.html"
|
||||
}
|
||||
],
|
||||
"mozilla/window_setInterval.html": [
|
||||
{
|
||||
"path": "mozilla/window_setInterval.html",
|
||||
|
@ -1040,4 +1046,4 @@
|
|||
"rev": null,
|
||||
"url_base": "/_mozilla/",
|
||||
"version": 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue