Bug 273388

Summary: [view-transitions] css/css-view-transitions/content-with-clip.html fails due to duplicate pseudo renderers
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 259055    

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
Radar WebKit Bug Importer
Comment 1 2024-04-29 00:31:16 PDT
Matt Woodrow
Comment 2 2024-04-29 00:35:18 PDT
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.