-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update QuotaExceededError expectations #53645
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
base: master
Are you sure you want to change the base?
Conversation
…ce (#52556)" This reverts commit 2f96fa1. See whatwg/webidl#1465.
aa7246b
to
b50f688
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of these things appear like regressions to me. If we don't throw for the method involved the test ends up passing.
Can we instead extend assert_throws_dom
and promise_rejects_dom
to account for more complex exceptions?
Thanks for the push, I introduced new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. And let's copy @jgraham in case he's interested in reviewing the testharness.js changes.
Co-authored-by: Philip Jägenstedt <philip@foolip.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the WebCrypto part
Follows whatwg/webidl#1465.