Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requestAnimationFrame callback exception reporting test case #2083

Merged

Conversation

koustuvsinha
Copy link
Contributor

Exceptions generated in the callback of requestAnimationFrame is reported on window.onerror
#2079

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5724

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

<script>
var custom_exception = 'requestAnimationFrameException';
async_test(function (t) {
setup({allow_uncaught_exception : true});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We tend to put this outside the test.

@Ms2ger
Copy link
Contributor

Ms2ger commented Aug 14, 2015

Thank you for your PR!

@koustuvsinha
Copy link
Contributor Author

@Ms2ger review?

@Ms2ger
Copy link
Contributor

Ms2ger commented Aug 15, 2015

Thanks, this looks great. Could you squash the four commits into one?

@koustuvsinha
Copy link
Contributor Author

yes sure!

Exceptions generated in the callback of requestAnimationFrame is reported on
error event handler
Ms2ger added a commit that referenced this pull request Aug 15, 2015
Add requestAnimationFrame callback exception reporting test case; r=Ms2ger
@Ms2ger Ms2ger merged commit 9192cca into web-platform-tests:master Aug 15, 2015
@koustuvsinha koustuvsinha deleted the test_requestAnimation branch August 15, 2015 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants