Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b98102852edf39cd8651956ac89d7855f808b458
https://github.com/WebKit/WebKit/commit/b98102852edf39cd8651956ac89d7855f808b458
Author: Devin Rousso <[email protected]>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M LayoutTests/inspector/animation/lifecycle-css-animation-expected.txt
M LayoutTests/inspector/animation/lifecycle-web-animation-expected.txt
M LayoutTests/inspector/animation/lifecycle-web-animation.html
M LayoutTests/inspector/animation/resources/lifecycle-utilities.js
M LayoutTests/platform/mac/TestExpectations
M Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp
Log Message:
-----------
REGRESSION(313224@main): inspector/animation/lifecycle-css-animation.html
fails on Apple ports
https://bugs.webkit.org/show_bug.cgi?id=207306
<rdar://problem/59205827>
Reviewed by Antoine Quint.
* Source/WebCore/inspector/agents/InspectorAnimationAgent.cpp:
(WebCore::buildObjectForKeyframes):
* LayoutTests/inspector/animation/lifecycle-css-animation-expected.txt:
Sort properties by name before serializing style-originated keyframes so
they're consistent.
* LayoutTests/inspector/animation/lifecycle-web-animation.html:
* LayoutTests/inspector/animation/lifecycle-web-animation-expected.txt:
Drive-by: animations created via `@keyframes` are CSS Animations not Web
Animations.
* LayoutTests/inspector/animation/resources/lifecycle-utilities.js:
(InspectorTest.AnimationLifecycleUtilities.awaitAnimationCreated):
Drive-by: a call frame can be both `programCode` and `nativeCode` when its
source cannot be resolved so match the UI by preferring `programCode` when
logging its type.
* LayoutTests/platform/mac/TestExpectations:
Canonical link: https://commits.webkit.org/317334@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications