Report computed property values for CSS animation keyframes
CSS animations are to return computed values for the keyframe properties rather than values directly from the keyframes rule. In particular, variable references are to be resolved. The spec calls for resolving at the time the animation is generated but acknowledges that the extraction can be done lazily as an optimization. https://drafts.csswg.org/css-animations-2/#keyframes New tests failures are the result of not using the correct canonical form during property serialization. Bug: 1070627 Change-Id: If6ad836147c15feaf4d0374f8798e75fc390878b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2194279 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by:Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#812803}
Showing
Please register or sign in to comment