mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Don't try to unwrap the result of requestAnimationFrame callback
This commit is contained in:
parent
5bab439ab6
commit
b77698a649
6 changed files with 39 additions and 1 deletions
|
@ -773,6 +773,12 @@
|
|||
"url": "/_mozilla/mozilla/window_requestAnimationFrame.html"
|
||||
}
|
||||
],
|
||||
"mozilla/window_requestAnimationFrame2.html": [
|
||||
{
|
||||
"path": "mozilla/window_requestAnimationFrame2.html",
|
||||
"url": "/_mozilla/mozilla/window_requestAnimationFrame2.html"
|
||||
}
|
||||
],
|
||||
"mozilla/window_setInterval.html": [
|
||||
{
|
||||
"path": "mozilla/window_setInterval.html",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[window_requestAnimationFrame2.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[Test throwing an error inside requestAnimationFrame callback]
|
||||
expected: NOTRUN
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue