- Notifications
You must be signed in to change notification settings - Fork20.6k
Core: Remove deprecated jQuery APIs#4364
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -1753,9 +1729,6 @@ QUnit.test( "Do not throw on frame elements from css method (#15098)", function( | |||
assert.expect( !!appearanceName + !!transformName + 1 ); | |||
resetCssPropsFor( "appearance" ); | |||
resetCssPropsFor( "transform" ); |
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.
This does make the test a little less isolated but it's already been that way sincefinalPropName
has been refactored by@dmethvin to use an internalvendorProps
map so we're not losing much here.
Another test can influence this one if it sets some transform- or appearance-related props. We can think if there's any way around that but, as I said, it's already an issue.
Note to self: separate |
Uh oh!
There was an error while loading.Please reload this page.
Summary
Fixesgh-4056
Checklist
New tests have been added to show the fix or feature works