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

LibWeb: Fix my flakey test case + another fix for animation-play-state #23735

Merged
merged 2 commits into from Mar 27, 2024

Conversation

mattco98
Copy link
Collaborator

This is like my third attempt to get animation-play-state working correctly, so let's hope it actually sticks this time. Note that the new way this test works also functions as a test for the new animation-play-state behavior, as the test does not pass without these changes.

This way we can just leave it alone if the property hasn't changed.
Notably, if the play-state property has been set to 'paused', and then
the user gets the animation with JS and calls .play() on it, it should
start playing despite the play-state property value.
@mattco98 mattco98 requested a review from AtkinsSJ as a code owner March 27, 2024 00:25
@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 27, 2024
@mattco98 mattco98 force-pushed the libweb-animation-flicker-fix branch from 9157ec0 to b27fd00 Compare March 27, 2024 12:49
@mattco98
Copy link
Collaborator Author

Well that didn't work. Whatever, just disable the test for now. I have an idea on how to fix all of these issues permanently, but it'll take some work. For now, let's just get CI back 😅

@ADKaster ADKaster merged commit 6408321 into SerenityOS:master Mar 27, 2024
13 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Mar 27, 2024
@mattco98 mattco98 deleted the libweb-animation-flicker-fix branch March 27, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants