[Webkit-unassigned] [Bug 274762] New: Fix render tree construction when inlines are inserted in reverse after a block in a continuation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 27 18:39:49 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=274762

            Bug ID: 274762
           Summary: Fix render tree construction when inlines are inserted
                    in reverse after a block in a continuation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240528/4061852a/attachment.htm>


More information about the webkit-unassigned mailing list