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 tests for constructed stylesheet invalidation #44651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keithamus
Copy link
Contributor

When experimenting with constructed CSSStyleSheets I noticed they don't always invalidate properly in Safari, so here are some tests that assert on style invalidation in various forms.

@knowler
Copy link
Contributor

knowler commented Feb 19, 2024

In Safari, this issue exists when working with a StylePropertyMap as well (i.e. the styleMap property for the CSSStyleRule instead of style using a slightly different API), would it make sense to add the tests for that here too?

@nt1m
Copy link
Member

nt1m commented Feb 19, 2024

Is there a WebKit bug filed?

@keithamus
Copy link
Contributor Author

Just filed https://bugs.webkit.org/show_bug.cgi?id=269717

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

5 participants