Bug 1810712 [wpt PR 38008] - [scroll-timeline] Implement animation-range, a=testonly
commit2274c3f7bbdf97fc2a9f58ffba5428aec6ab6d72
authorAnders Hartvoll Ruud <andruud@chromium.org>
Fri, 27 Jan 2023 14:04:35 +0000 (27 14:04 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 1 Feb 2023 13:58:42 +0000 (1 13:58 +0000)
treea8ed4c689b8ad031c5f7f92e162033edeb3a0ae0
parent1e2a9235076a57b2847c4fefa8d959b647b8e2aa
Bug 1810712 [wpt PR 38008] - [scroll-timeline] Implement animation-range, a=testonly

Automatic update from web-platform-tests
[scroll-timeline] Implement animation-range

This CL adds the animation-range properties, which provide the
functionality previously reachable with the offset form of
animation-delay.

Note: This CL also fixes incorrect use of animation-delay-start in
      WPTs which were supposed to test animation-delay-end.

Fixed: 1406980
Change-Id: I4b9ed8d5688e75880ad12af3532a813008fc4c05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4161447
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1093879}

--

wpt-commits: 708d6b82502b81ee51fc6768d86602967fc966cb
wpt-pr: 38008
13 files changed:
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-computed.html
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-invalid.html
testing/web-platform/tests/css/css-animations/parsing/animation-delay-end-valid.html
testing/web-platform/tests/css/css-animations/parsing/animation-delay-shorthand.html
testing/web-platform/tests/css/css-animations/parsing/animation-delay-start-valid.html
testing/web-platform/tests/css/css-animations/parsing/animation-range-end-computed.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-end-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-end-valid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-shorthand.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-start-computed.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-start-invalid.html [new file with mode: 0644]
testing/web-platform/tests/css/css-animations/parsing/animation-range-start-valid.html [new file with mode: 0644]
testing/web-platform/tests/scroll-animations/css/view-timeline-range-animation.html [new file with mode: 0644]