Hi Team, While going through Blink Commits, I came across crash fix in HTML Editing, which can also fix few assertion bugs in Webkit: Blink Commit - https://src.chromium.org/viewvc/blink?revision=153031&view=revision Webkit GitHub Source - https://github.com/WebKit/WebKit/blob/b308d25de831f4b7d9c1d643fd166417ef4a5c5e/Source/WebCore/editing/ReplaceSelectionCommand.cpp#L837 Add: if (!protectedAncestor->parentNode()->hasEditableStyle()) Just wanted to raise to fix it. Thanks!
Committed 256682@main (531d3679e268): <https://commits.webkit.org/256682@main> Reviewed commits have been landed. Closing PR #6489 and removing active labels.
<rdar://problem/102349687>