mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Auto merge of #6880 - dzbarsky:rAF, r=jdm
Don't try to unwrap the result of requestAnimationFrame callback <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6880) <!-- Reviewable:end -->
This commit is contained in:
commit
186c1d14d5
4 changed files with 37 additions and 1 deletions
|
@ -779,6 +779,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