[webkit-changes] [WebKit/WebKit] 85d80f: REGRESSION (275156 at main): [ macOS Debug ] 3 tests ...
Tim Nguyen
noreply at github.com
Thu Feb 22 15:34:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 85d80fb2ccd246e3faa97ccb7ba5c8822c700fdc
https://github.com/WebKit/WebKit/commit/85d80fb2ccd246e3faa97ccb7ba5c8822c700fdc
Author: Tim Nguyen <ntim at apple.com>
Date: 2024-02-22 (Thu, 22 Feb 2024)
Changed paths:
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebCore/animation/WebAnimationUtilities.cpp
M Source/WebCore/style/PseudoElementIdentifier.h
Log Message:
-----------
REGRESSION (275156 at main): [ macOS Debug ] 3 tests in imported/w3c/web-platform-tests/css/css-view-transitions are constant crash
https://bugs.webkit.org/show_bug.cgi?id=269927
rdar://123454964
Reviewed by Matt Woodrow.
Animation sort order needs to be defined for view transition named pseudo-elements. The sort order follows tree order, so assuming Y follows X in the named elements map:
1) ::view-transition
2) ::view-transition-group(X)
3) ::view-transition-image-pair(X)
4) ::view-transition-old(X)
5) ::view-transition-new(X)
6) ::view-transition-group(Y)
7) ::view-transition-image-pair(Y)
8) ::view-transition-old(Y)
9) ::view-transition-new(Y)
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebCore/animation/WebAnimationUtilities.cpp:
(WebCore::compareStyleOriginatedAnimationOwningElementPositionsInDocumentTreeOrder):
* Source/WebCore/style/PseudoElementIdentifier.h:
(WebCore::Style::isNamedViewTransitionPseudoElement):
Canonical link: https://commits.webkit.org/275206@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list