Bug 1795917 [wpt PR 36531] - [scroll-animations] Implement animation-delay-[start...
commit8ec3566308a3ebf2a5c5ecafb65af233eb339ece
authorAnders Hartvoll Ruud <andruud@chromium.org>
Thu, 10 Nov 2022 15:02:33 +0000 (10 15:02 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Fri, 11 Nov 2022 12:31:36 +0000 (11 12:31 +0000)
tree9459eb36c14c9dd4fec1af6c62959a566c2b868c
parent3a76f73003a92e1307e145df9e1048716953babe
Bug 1795917 [wpt PR 36531] - [scroll-animations] Implement animation-delay-[start,end], a=testonly

Automatic update from web-platform-tests
[scroll-animations] Implement animation-delay-[start,end]

This CL implements support for the animation-delay-start and -end
longhands, alongside the existing animation-delay longhand.

Animations that use non-default timelines will automatically use
the delays specified by animation-delay-[start,end], and other
animations will continue to use the start delay specified by
animation-delay.

Making animation-delay a shorthand based on a runtime flag is a bit
complicated since our code generation does not support it. That work
is therefore deferred to a later CL.

Bug: 13177651375994
Change-Id: Iac5944876162557bb99942cc300489b8362e147a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3961415
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Auto-Submit: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1063064}

--

wpt-commits: 8f0a96cf8d3ba3ed3c88b649bafce0d9e25b4322
wpt-pr: 36531
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-computed.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-delay-start-computed.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-delay-start-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-delay-start-valid.html [new file with mode: 0644]
testing/web-platform/tests/scroll-animations/css/progress-based-animation-animation-longhand-properties.tentative.html
testing/web-platform/tests/scroll-animations/css/view-timeline-delay-animation.html [new file with mode: 0644]