You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Automatic update from web-platform-tests
[scroll-timeline] Correctly handle unresolvable cases
For these cases we cannot calculate a meaningful scroll offset:
1. When target is not a descendant of timeline's source.
2. When target has no layout box.
The current draft spec [1] asks for these situations to result into
unresolved scroll offset which keeps timeline inactive.
[1] w3c/csswg-drafts#5124
TEST: wpt/scroll-animations/element-based-offset-unresolved.html
BUG: 1023375
Change-Id: Iec616444dda8dcdd6649e250aa993b439c00885e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222884
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Yi Gu <yigu@chromium.org>
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774144}
--
wpt-commits: 52575c9d7c3139cab33780e114b5cf9237a47157
wpt-pr: 23889
Differential Revision: https://phabricator.services.mozilla.com/D78787
0 commit comments