Don't try to unwrap the result of requestAnimationFrame callback

This commit is contained in:
David Zbarsky 2015-07-31 16:27:35 -04:00
parent 5bab439ab6
commit b77698a649
6 changed files with 39 additions and 1 deletions

View file

@ -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",

View file

@ -0,0 +1,6 @@
[window_requestAnimationFrame2.html]
type: testharness
expected: TIMEOUT
[Test throwing an error inside requestAnimationFrame callback]
expected: NOTRUN