Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f7146076edb1f70a396a41a77c93a183e7145ff3 https://github.com/WebKit/WebKit/commit/f7146076edb1f70a396a41a77c93a183e7145ff3 Author: Antoine Quint <grao...@webkit.org> Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths: M LayoutTests/TestExpectations M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative-expected.txt M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/scroll-timeline-inactive-expected.txt M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/scroll-timeline-range-animation-expected.txt M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/timeline-scope-expected.txt M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/view-timeline-range-animation-expected.txt M Source/WebCore/animation/AnimationTimelinesController.cpp M Source/WebCore/animation/AnimationTimelinesController.h M Source/WebCore/style/Styleable.cpp Log Message: ----------- [scroll-animations] disconnecting an element that originated a progress-based timeline should unregister that timeline https://bugs.webkit.org/show_bug.cgi?id=283400 rdar://140260419 Reviewed by Anne van Kesteren. Ensure we unregister all named timelines associated with an element that gets disconnected. This was the reason why two WPT tests were timing out: - scroll-animations/css/scroll-timeline-range-animation.html - scroll-animations/css/view-timeline-range-animation.html * LayoutTests/TestExpectations: * LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/animation-timeline-named-scroll-progress-timeline.tentative-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/scroll-timeline-inactive-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/scroll-timeline-range-animation-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/timeline-scope-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/scroll-animations/css/view-timeline-range-animation-expected.txt: * Source/WebCore/animation/AnimationTimelinesController.cpp: (WebCore::AnimationTimelinesController::unregisterNamedTimelinesAssociatedWithElement): * Source/WebCore/animation/AnimationTimelinesController.h: * Source/WebCore/style/Styleable.cpp: (WebCore::Styleable::cancelStyleOriginatedAnimations const): Canonical link: https://commits.webkit.org/286955@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes