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

[scroll-animations] Certain tests expect animations with an unattached named timeline to hold time at zero #50400

Open
nmoucht opened this issue Jan 31, 2025 · 1 comment

Comments

@nmoucht
Copy link
Contributor

nmoucht commented Jan 31, 2025

There are several tests that expect animations with named timelines that are unattached (ie animation-timeline: none, etc) to hold their time at zero. The spec says for the case where a named timeline isn't found, "Otherwise the animation is not associated with a timeline", which implies that the animation should have a null timeline and the animation should not have a resolved time (and shouldn't show up in getAnimations() either). Tests that I have found that expect this behavior:

  • scroll-animations/css/animation-timeline-none.html
  • scroll-animations/css/animation-timeline-deferred.html (second two subtests)
  • scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative.html
  • scroll-animations/css/animation-timeline-ignored.tentative.html (last subtest)
  • scroll-animations/ css/scroll-timeline-dynamic.tentative.html
@nmoucht
Copy link
Contributor Author

nmoucht commented Jan 31, 2025

CC @kevers-google, @andruud and @flackr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant