WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273388
[view-transitions] css/css-view-transitions/content-with-clip.html fails due to duplicate pseudo renderers
https://bugs.webkit.org/show_bug.cgi?id=273388
Summary
[view-transitions] css/css-view-transitions/content-with-clip.html fails due ...
Matt Woodrow
Reported
2024-04-29 00:31:04 PDT
The root element is included in the old state, but not the new, and is the first name in the namedElements map. Each frame during updatePseudoElementTree, `buildPseudoElementGroup` is called for the root, and nothing is created (as expected).. currentGroup then gets moved to the previous sibling, which is nullptr, and then is in a broken state for further iterations. All other iterated names then create new renderers, without removing the existing ones.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-29 00:31:16 PDT
<
rdar://problem/127217265
>
Matt Woodrow
Comment 2
2024-04-29 00:35:18 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/27859
EWS
Comment 3
2024-04-29 13:00:23 PDT
Committed
278120@main
(500fd5004df1): <
https://commits.webkit.org/278120@main
> Reviewed commits have been landed. Closing PR #27859 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug