RESOLVED FIXED 274762
Fix render tree construction when inlines are inserted in reverse after a block in a continuation
https://bugs.webkit.org/show_bug.cgi?id=274762
Summary Fix render tree construction when inlines are inserted in reverse after a blo...
Ahmad Saleem
Reported 2024-05-27 18:39:49 PDT
Hi Team, While going through Blink's commit, I came across another potential merge and failing test case: Test Case: https://jsfiddle.net/a0txqehw/ Blink Commit: https://chromium.googlesource.com/chromium/blink/+/6ac676e5e68e3271321b9c8236192b6a530d055e It seems to be fixed, if changed L156 to following in RenderTreeBuilder::Inline::insertChildToContinuation: if (childInline == beforeChildAncestor->isInline() || (beforeChild && beforeChild->isInline())) __ Just raising so we can fix it. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-27 18:40:13 PDT
Ahmad Saleem
Comment 2 2024-05-27 19:53:33 PDT
EWS
Comment 3 2024-05-28 19:40:23 PDT
Committed 279422@main (4af8f052cd4f): <https://commits.webkit.org/279422@main> Reviewed commits have been landed. Closing PR #29162 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.