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 Rendering | Assignee: | 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
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
<rdar://problem/127217265>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/27859
EWS
Committed 278120@main (500fd5004df1): <https://commits.webkit.org/278120@main>
Reviewed commits have been landed. Closing PR #27859 and removing active labels.