Commit Graph

1 Commits

Author SHA1 Message Date
Andreas Kling
893fe62588 Tests: Add test for CSS animations defined in shadow DOM
When @keyframes rules are defined in a <style> element inside a shadow
root, animations referencing them should work. Currently the animation
is created but has no keyframes, producing "none" for animated
transform values. A following commit will fix this.
2026-03-21 23:16:32 -05:00