Bug 216369

Summary: [LFC][IFC] Construct LineBox::InlineBoxes for nested inline level boxes when they overlap multiple lines
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2020-09-10 09:07:50 PDT
e.g <span id=outer>line break<br>this text's parent inline box <span id=inner>starts at the previous line</span></span>
The second line should have a LineBox::InlineBox for both the inner and the outer inline level boxes (inline box really).
Comment 1 zalan 2020-09-10 09:49:40 PDT
Created attachment 408452 [details]
Patch
Comment 2 EWS 2020-09-10 13:08:47 PDT
Committed r266888: <https://trac.webkit.org/changeset/266888>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408452 [details].
Comment 3 Radar WebKit Bug Importer 2020-09-10 13:09:21 PDT
<rdar://problem/68660528>