Bug 1835021 [wpt PR 40218] - [scroll-animations] Avoid scroll/view-timeline-attachmen...
commite02ab41acfd7c32f18eca8e6f9883d8ec4e7b9aa
authorAnders Hartvoll Ruud <andruud@chromium.org>
Sat, 10 Jun 2023 10:30:39 +0000 (10 10:30 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Tue, 13 Jun 2023 07:14:22 +0000 (13 07:14 +0000)
tree2f5d5c779ff50294796f426fe837288096ccc570
parent666278947eb76ba9f25d2c6447e742726014932c
Bug 1835021 [wpt PR 40218] - [scroll-animations] Avoid scroll/view-timeline-attachment in WPTs, a=testonly

Automatic update from web-platform-tests
[scroll-animations] Avoid scroll/view-timeline-attachment in WPTs

These properties will be removed from the spec [1]. The new property
timeline-scope offers similar functionality.

This CL is mostly a self-explanatory migration from
*-timeline-attachment to timeline-scope, with a few exceptions:

 - The test id=timeline_ancestor_scroll_timeline_wins_on_same_element
   needed more severe adjustment, because deferred timelines are
   no longer typed (that is, a deferred timeline is not a
   scroll timeline nor a view timeline), so that test had
   to be refactored to avoid using deferred timelines.
 - A few tests in view-timeline-dynamic.html were refactored to avoid
   timeline-scope, as timeline-scope was not essential for those tests.

[1] https://github.com/w3c/csswg-drafts/issues/7759

Bug: 1446702
Change-Id: I205069b065a97928f755993f3c5f301693cc72ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4565315
Reviewed-by: Mustaq Ahmed <mustaq@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1149088}

--

wpt-commits: 3b4953ad7022f11d7e756404bd0c34a059431993
wpt-pr: 40218
17 files changed:
testing/web-platform/tests/scroll-animations/css/animation-timeline-ignored.tentative.html
testing/web-platform/tests/scroll-animations/css/animation-timeline-multiple.html
testing/web-platform/tests/scroll-animations/css/scroll-timeline-attachment-computed-tentative.html [deleted file]
testing/web-platform/tests/scroll-animations/css/scroll-timeline-attachment-parsing-tentative.html [deleted file]
testing/web-platform/tests/scroll-animations/css/scroll-timeline-attachment.html [deleted file]
testing/web-platform/tests/scroll-animations/css/scroll-timeline-dynamic.tentative.html
testing/web-platform/tests/scroll-animations/css/scroll-timeline-multi-pass.tentative.html
testing/web-platform/tests/scroll-animations/css/scroll-timeline-shorthand.tentative.html
testing/web-platform/tests/scroll-animations/css/timeline-offset-in-keyframe-change-timeline.tentative.html
testing/web-platform/tests/scroll-animations/css/timeline-offset-keyframes-hidden-subject.html
testing/web-platform/tests/scroll-animations/css/view-timeline-animation.html
testing/web-platform/tests/scroll-animations/css/view-timeline-attachment-computed-tentative.html [deleted file]
testing/web-platform/tests/scroll-animations/css/view-timeline-attachment-parsing-tentative.html [deleted file]
testing/web-platform/tests/scroll-animations/css/view-timeline-attachment.html [deleted file]
testing/web-platform/tests/scroll-animations/css/view-timeline-dynamic.html
testing/web-platform/tests/scroll-animations/css/view-timeline-lookup.html
testing/web-platform/tests/scroll-animations/css/view-timeline-shorthand.tentative.html